Skip to content

Commit 6b55c8c

Browse files
refactor: updated project version
1 parent d70cd2d commit 6b55c8c

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
Version | Changes
88
--- | ---
9+
v.1.0.5 | Fixed NullPointerException & IndexOutOfBoundsException inside ViewPager. Added SlidingTutorialViewPager
910
v.1.0.4 | Added ability to set PageTransformer
1011
v.1.0.3 | Fixed issues with layout customizations. Fixed issues with translate animations
1112
v.1.0.2 | Minor fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All you need to do is:
3131
First, add gradle dependency into your build.gradle:
3232
```groovy
3333
dependencies {
34-
compile 'com.cleveroad:slidingtutorial:1.0.4'
34+
compile 'com.cleveroad:slidingtutorial:1.0.5'
3535
}
3636
```
3737

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.0.4
2-
VERSION_CODE=14
1+
VERSION_NAME=1.0.5
2+
VERSION_CODE=15
33
GROUP=com.cleveroad
44

55
POM_DESCRIPTION=Sliding tutorial is simple library that help other developers easy create great tutotial

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 14
99
targetSdkVersion 24
10-
versionCode 14
11-
versionName "1.0.4"
10+
versionCode 15
11+
versionName "1.0.5"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)