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

Commit c9c6031

Browse files
committed
Bump version to 1.1.0
1 parent 4db166b commit c9c6031

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.1'
21+
compile 'com.malinskiy:superrecyclerview:1.1.0'
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 2
11-
versionName "1.0.1"
10+
versionCode 3
11+
versionName "1.1.0"
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.1
2-
VERSION_CODE=2
1+
VERSION_NAME=1.1.0
2+
VERSION_CODE=3
33
GROUP=com.malinskiy
44

55
POM_DESCRIPTION=Pumped up RecyclerView

0 commit comments

Comments
 (0)