Skip to content

Commit 0bc4516

Browse files
committed
0.2.13 version
1 parent a85a34b commit 0bc4516

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
@@ -8,7 +8,7 @@ A gradle plugin to calculate Android-friendly version names and codes from git t
88
Add the plugin the top of your `app/build.gradle` (or equivalent):
99
```groovy
1010
plugins {
11-
id 'com.gladed.androidgitversion' version '0.2.12'
11+
id 'com.gladed.androidgitversion' version '0.2.13'
1212
}
1313
```
1414

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ task wrapper(type: Wrapper) {
3131
gradleVersion = '2.4'
3232
}
3333

34-
version = '0.2.12'
34+
version = '0.2.13'
3535
group = 'com.gladed.gradle.androidgitversion'
3636

3737
pluginBundle {

0 commit comments

Comments
 (0)