Skip to content

Commit 203d027

Browse files
committed
Prepare next development version.
1 parent 512dda4 commit 203d027

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.13.0 *(In development)*
4+
---------------------------------
5+
36
Version 0.12.0 *(2018-06-30)*
47
-----------------------------
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ buildscript {
5858
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
5959
}
6060
dependencies {
61-
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.12.0-SNAPSHOT"
61+
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.0-SNAPSHOT"
6262
}
6363
}
6464

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.12.0
2+
VERSION_NAME=0.13.0-SNAPSHOT
33

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

0 commit comments

Comments
 (0)