diff --git a/README.md b/README.md index 2891aa0..3710c0a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories { } dependencies { - implementation "com.jauntsdn.netty:netty-vmsocket:0.9.2" + implementation "com.jauntsdn.netty:netty-vmsocket:0.9.3" } ``` diff --git a/gradle.properties b/gradle.properties index c380e6d..c00dba8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.jauntsdn.netty -version=0.9.3 +version=0.9.4 googleJavaFormatPluginVersion=0.9 dependencyManagementPluginVersion=1.1.0