diff --git a/README.md b/README.md index 7bc7f70..931480a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -27,7 +27,7 @@ For Maven use the following: dev.bitbite OpenNetLib - 2.0.0 + 2.0.2 ```