diff --git a/README.md b/README.md index a82dbf7..15cbc70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add to your `build.gradle.kts`: ```gradle plugins { - id("com.coditory.manifest") version "1.0.0" + id("com.coditory.manifest") version "1.1.0" } ``` diff --git a/gradle.properties b/gradle.properties index f71dcb2..0edc654 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=1.0.0 +version=1.1.0 org.gradle.configuration-cache=true