diff --git a/README.md b/README.md index 71dc8d0..f50224a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The simplest way to use the plugin is to apply to your project. ```groovy plugins { - id "dev.hargrave.addmavendescriptor" version "1.0.0" + id "dev.hargrave.addmavendescriptor" version "1.1.0" } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 98482a4..32aec61 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ interface Injected { } group = "dev.hargrave" -version = "1.1.0-SNAPSHOT" +version = "1.2.0-SNAPSHOT" java { sourceCompatibility = JavaVersion.VERSION_1_8