Skip to content

Commit 99e62e6

Browse files
committed
Bump library version and uploaded 1.0.1 to bintray
1 parent 29db753 commit 99e62e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories {
4545
}
4646
4747
dependencies {
48-
compile 'org.adw.library:discrete-seekbar:1.0.0'
48+
compile 'org.adw.library:discrete-seekbar:1.0.1'
4949
}
5050
```
5151

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ buildscript {
2929
/**
3030
* Properties for versioning
3131
*/
32-
def libVersionCode = 1
33-
def libVersion = '1.0.0'
32+
def libVersionCode = 2
33+
def libVersion = '1.0.1'
3434

3535

3636
android {

0 commit comments

Comments
 (0)