Skip to content

Commit

Permalink
Update OpenNetLib version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netcodedev committed Feb 12, 2024
1 parent 1771dbc commit b244bdb
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 @@ -18,7 +18,7 @@ To use it unpack the archive file and add the Jar file to your projects dependen
### Gradle
If you are using gradle add the following line to your dependencies:
```
implementation 'dev.bitbite:OpenNetLib:2.0.0'
implementation 'dev.bitbite:OpenNetLib:2.0.2'
```

### Maven
Expand All @@ -27,7 +27,7 @@ For Maven use the following:
<dependency>
<groupId>dev.bitbite</groupId>
<artifactId>OpenNetLib</artifactId>
<version>2.0.0</version>
<version>2.0.2</version>
</dependency>
```

Expand Down

0 comments on commit b244bdb

Please sign in to comment.