Skip to content

Commit 85211cd

Browse files
committed
Bumped version to 1.1.0.
1 parent 398753b commit 85211cd

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
@@ -21,7 +21,7 @@ It's easy to interact with the Toolbar introduced in Android 5.0 Lollipop and m
2121

2222
```groovy
2323
dependencies {
24-
compile 'com.github.ksoichiro:android-observablescrollview:1.0.0'
24+
compile 'com.github.ksoichiro:android-observablescrollview:1.1.0'
2525
}
2626
```
2727

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.1.0-SNAPSHOT
1+
VERSION_NAME=1.1.0
22
GROUP=com.github.ksoichiro
33

44
POM_DESCRIPTION=Android library to observe scroll events on scrollable views.

0 commit comments

Comments
 (0)