Skip to content

Commit 8637174

Browse files
committed
Update version to 1.4.0
1 parent f948ce7 commit 8637174

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change Log
22
==========
33

4+
## Version 1.4.0
5+
* Fix for issue #31
6+
47
## Version 1.3.0
58
* Improve indicator motion
69

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535
}
3636
3737
dependencies {
38-
compile 'com.nshmura:recyclertablayout:1.3.0'
38+
compile 'com.nshmura:recyclertablayout:1.4.0'
3939
}
4040
```
4141

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
VERSION_NAME=1.3.0
3-
VERSION_CODE=14
2+
VERSION_NAME=1.4.0
3+
VERSION_CODE=15
44
GROUP=com.nshmura
55
ARTIFACT_ID=recyclertablayout
66
ARTIFACT_NAME=RecyclerTabLayout

0 commit comments

Comments
 (0)