Skip to content

Commit 0c2450d

Browse files
committed
Bump version
1 parent 2825038 commit 0c2450d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,8 @@ or even some custom logic which will call:
8787

8888
```java
8989
OverflowPagerIndicator#onPageSelected(int position)
90-
```
90+
```
91+
92+
### Changelog
93+
94+
1.2.1 bugfix (thanks [Sajad Abasi](https://github.com/sajadabasi))

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'cz.intik'
55
PUBLISH_ARTIFACT_ID = 'overflow-pager-indicator'
6-
PUBLISH_VERSION = '1.2'
6+
PUBLISH_VERSION = '1.2.1'
77

88
// gradlew clean build generateRelease
99
}

0 commit comments

Comments
 (0)