Skip to content

Commit 3bc2e13

Browse files
committed
Bump version to 0.1.1
1 parent d486672 commit 3bc2e13

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.0'
24+
classpath 'gradle.plugin.com.vanniktech:gradle-android-junit-jacoco-plugin:0.1.1'
2525
}
2626
}
2727
```

build.gradle

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

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

3333
pluginBundle {
3434
website = 'https://github.com/vanniktech/gradle-android-junit-jacoco-plugin'
@@ -40,7 +40,6 @@ pluginBundle {
4040
displayName = 'Gradle Android JaCoCo Plugin'
4141
tags = ['gradle', 'android', 'jacoco', 'app module', 'library module', 'junit', 'unit', 'testing', 'coverage']
4242
description = 'Gradle plugin that generates JaCoCo reports from an Android Gradle Project'
43-
version = '0.1.0'
4443
}
4544
}
4645
}

0 commit comments

Comments
 (0)