Skip to content

Commit 2d0aa5b

Browse files
committed
Prepare next development version.
1 parent f98d82d commit 2d0aa5b

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.10.0 *(In development)*
4+
---------------------------------
5+
36
Version 0.9.0 *(2017-09-12)*
47
----------------------------
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Information: [This plugin is also available on Gradle plugins](https://plugins.g
6060
Can be found [here](https://oss.sonatype.org/#nexus-search;quick~gradle-android-junit-jacoco-plugin). Current one is:
6161

6262
```groovy
63-
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.9.0-SNAPSHOT'
63+
classpath 'com.vanniktech:gradle-android-junit-jacoco-plugin:0.10.0-SNAPSHOT'
6464
```
6565

6666
### Configuration

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.9.0
2+
VERSION_NAME=0.10.0-SNAPSHOT
33

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

0 commit comments

Comments
 (0)