From b244bdb8ccdde12e6d1e127400714512866687d6 Mon Sep 17 00:00:00 2001 From: netcodedev Date: Mon, 12 Feb 2024 19:02:35 +0100 Subject: [PATCH] Update OpenNetLib version to 2.0.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```