Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit e7dc197

Browse files
committed
Bump version number
1 parent 20a0a8c commit e7dc197

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the dependency to your module's **build.gradle** file:
88

99
```gradle
1010
dependencies {
11-
compile 'com.ultramegasoft.radarchart:radar-chart:0.1.4'
11+
compile 'com.ultramegasoft.radarchart:radar-chart:0.1.5'
1212
}
1313
```
1414

radar-chart/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
siteUrl = 'https://github.com/ultramega/android-radar-chart'
1313
gitUrl = 'https://github.com/ultramega/android-radar-chart.git'
1414

15-
libraryVersion = '0.1.4'
15+
libraryVersion = '0.1.5'
1616

1717
developerId = 'ultramega'
1818
developerName = 'Steve Guidetti'
@@ -29,8 +29,8 @@ android {
2929
//noinspection MinSdkTooLow
3030
minSdkVersion 8
3131
targetSdkVersion 27
32-
versionCode 5
33-
versionName "0.1.4"
32+
versionCode 6
33+
versionName "0.1.5"
3434
}
3535
buildTypes {
3636
release {

0 commit comments

Comments
 (0)