diff --git a/README.md b/README.md index 73034ca8..5a07ed5b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ which supports Android gradle projects. ```groovy plugins { - id "pl.droidsonroids.pitest" version "0.2.0" + id "pl.droidsonroids.pitest" version "0.2.1" } ``` @@ -24,7 +24,7 @@ buildscript { // An alternative URL is 'https://dl.google.com/dl/android/maven2/' } dependencies { - classpath 'pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.0' + classpath 'pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.1' } } diff --git a/gradle.properties b/gradle.properties index fdcf049f..d027ce4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION=0.2.2-SNAPSHOT +VERSION=0.2.1 GROUP=pl.droidsonroids.gradle POM_DESCRIPTION=Gradle plugin for PIT Mutation Testing in Android projects POM_URL=https://github.com/koral--/gradle-pitest-plugin