Skip to content

Commit 5d1d18f

Browse files
committed
Bump version to 0.2.0
1 parent 8ca293e commit 5d1d18f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
}
2222
}
2323
dependencies {
24-
classpath 'gradle.plugin.com.vanniktech:gradle-android-junit-jacoco-plugin:0.1.1'
24+
classpath 'gradle.plugin.com.vanniktech:gradle-android-junit-jacoco-plugin:0.2.0'
2525
}
2626
}
2727
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
}
2929

3030
group = 'com.vanniktech'
31-
version = '0.1.1'
31+
version = '0.2.0'
3232

3333
pluginBundle {
3434
website = 'https://github.com/vanniktech/gradle-android-junit-jacoco-plugin'

0 commit comments

Comments
 (0)