Skip to content

Commit 16e4140

Browse files
authored
Merge pull request #34 from nshmura/v1.5.0
Fix version
2 parents ffc9f14 + aa30bc1 commit 16e4140

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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.5.0
5+
* Fix version
6+
47
## Version 1.4.0
58
* Fix for issue #31
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.4.0'
38+
compile 'com.nshmura:recyclertablayout:1.5.0'
3939
}
4040
```
4141

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# suppress inspection "UnusedProperty" for whole file
2-
VERSION_NAME=1.4.0
3-
VERSION_CODE=15
2+
VERSION_NAME=1.5.0
3+
VERSION_CODE=16
44
GROUP=com.nshmura
55
ARTIFACT_ID=recyclertablayout
66
ARTIFACT_NAME=RecyclerTabLayout
@@ -21,4 +21,4 @@ POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
2121
POM_LICENCE_DIST=repo
2222
POM_DEVELOPER_ID=nshmura
2323
POM_DEVELOPER_NAME=nshmura
24-
ISSUE_URL=https://github.com/nshmura/RecyclerTabLayout/issues
24+
ISSUE_URL=https://github.com/nshmura/RecyclerTabLayout/issues

0 commit comments

Comments
 (0)