Skip to content

Commit f077da0

Browse files
committed
Kick version numbers up a notch (1.0.6/3)
1 parent 2f828c0 commit f077da0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ maven { url "https://www.jitpack.io" }
1818
```
1919
Add to dependencies
2020
```
21-
compile 'com.github.fuzz-productions:RatingBar:1.0.5'
21+
compile 'com.github.fuzz-productions:RatingBar:1.0.6'
2222
```
2323

2424
- Include the selected state drawable `icn_rating_start_green` in your project.

example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.fuzzproductions.ratingbarexample"
88
minSdkVersion 18
99
targetSdkVersion 29
10-
versionCode 2
11-
versionName "1.0.1"
10+
versionCode 3
11+
versionName "1.0.2"
1212
}
1313
buildTypes {
1414
release {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version=1.0.4
2-
version_code=2
1+
version=1.0.6
2+
version_code=3
33
group=com.fuzzproductions.ratingbar
44
bt_siteUrl=https://github.com/fuzz-productions/RatingBar
55
bt_gitUrl=https://github.com/fuzz-productions/RatingBar.git

0 commit comments

Comments
 (0)