Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit 93ce317

Browse files
committed
Bump version to 1.0.1
1 parent 7b4c550 commit 93ce317

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Features built in:
1818
Just add it to you dependencies
1919

2020
```
21-
compile 'com.malinskiy:superrecyclerview:1.0.0'
21+
compile 'com.malinskiy:superrecyclerview:1.0.1'
2222
```
2323

2424
##Usage

SuperRecyclerView/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 7
99
targetSdkVersion 21
10-
versionCode 1
11-
versionName "1.0.0"
10+
versionCode 2
11+
versionName "1.0.1"
1212
}
1313
buildTypes {
1414
release {

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.0
2-
VERSION_CODE=1
1+
VERSION_NAME=1.0.1
2+
VERSION_CODE=2
33
GROUP=com.malinskiy
44

55
POM_DESCRIPTION=Pumped up RecyclerView

0 commit comments

Comments
 (0)