diff --git a/README.md b/README.md index 6f6eefe..40347fd 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Add `com.citi.helm` to your Gradle project: ```gradle plugins { - id 'com.citi.helm' version '2.1.0' + id 'com.citi.helm' version '2.2.0' } ``` ```gradle plugins { - id("com.citi.helm") version "2.1.0" + id("com.citi.helm") version "2.2.0" } ``` diff --git a/gradle.properties b/gradle.properties index 447e3a4..605c58a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.citi.gradle-plugins.helm -version=2.1.0 +version=2.2.0 test.maxParallelForks=4