Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron committed Nov 9, 2024
1 parent 9a5be23 commit 2e21f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Once connected, the state machine works to keep the Channel connected until `dis
## Gradle
```
dependencies {
compile("com.digitalpetri.netty:netty-channel-fsm:0.8")
compile("com.digitalpetri.netty:netty-channel-fsm:1.0.0")
}
```

Expand All @@ -20,7 +20,7 @@ dependencies {
<dependency>
<groupId>com.digitalpetri.netty</groupId>
<artifactId>netty-channel-fsm</artifactId>
<version>0.8</version>
<version>1.0.0</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 2e21f93

Please sign in to comment.