Skip to content

Commit 97288be

Browse files
committed
Prepare next development version.
1 parent c1bca1a commit 97288be

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
Version 0.15.0 *(In development)*
4+
---------------------------------
5+
36
Version 0.14.0 *(2019-04-30)*
47
-----------------------------
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ buildscript {
7575
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
7676
}
7777
dependencies {
78-
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.14.0-SNAPSHOT"
78+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.15.0-SNAPSHOT"
7979
}
8080
}
8181

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.vanniktech
2-
VERSION_NAME=0.14.0
2+
VERSION_NAME=0.15.0-SNAPSHOT
33

44
POM_ARTIFACT_ID=gradle-android-junit-jacoco-plugin
55
POM_NAME=Gradle Android Jacoco Plugin

0 commit comments

Comments
 (0)