Skip to content

Commit

Permalink
Release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
koral-- committed Aug 22, 2021
1 parent 2cc8028 commit 09afefa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ which supports Android gradle projects.

```groovy
plugins {
id 'pl.droidsonroids.pitest' version '0.2.7'
id 'pl.droidsonroids.pitest' version '0.2.8'
}
```

```kotlin
plugins {
id("pl.droidsonroids.pitest") version "0.2.7"
id("pl.droidsonroids.pitest") version "0.2.8"
}
```

Expand All @@ -25,7 +25,7 @@ buildscript {
google()
}
dependencies {
classpath "pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.7"
classpath "pl.droidsonroids.gradle:gradle-pitest-plugin:0.2.8"
}
}

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_NAME=0.2.8-SNAPSHOT
VERSION_NAME=0.2.8
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 09afefa

Please sign in to comment.