diff --git a/README.md b/README.md index db6533e..7e4f0a8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ maven { } //Dependency -implementation 'dev.dotspace:common:1.0.8' +implementation 'dev.dotspace:common:1.0.8.3' ``` > Maven: @@ -49,7 +49,7 @@ implementation 'dev.dotspace:common:1.0.8' dev.dotspace common - 1.0.8 + 1.0.8.3 ``` --- diff --git a/build.gradle b/build.gradle index 602c7f4..39e2204 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,10 @@ plugins { } group 'dev.dotspace' -version '1.0.8' +version '1.0.8.3' + +sourceCompatibility = JavaVersion.VERSION_17 +targetCompatibility = JavaVersion.VERSION_17 allprojects { ext {