Skip to content

Commit

Permalink
Update Readme with version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed May 4, 2019
1 parent 9e84311 commit 8891154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand All @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8891154

Please sign in to comment.