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

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Jan 15, 2015
1 parent 4db166b commit c9c6031
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Features built in:
Just add it to you dependencies

```
compile 'com.malinskiy:superrecyclerview:1.0.1'
compile 'com.malinskiy:superrecyclerview:1.1.0'
```

##Usage
Expand Down
4 changes: 2 additions & 2 deletions SuperRecyclerView/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 21
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.1.0"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.1
VERSION_CODE=2
VERSION_NAME=1.1.0
VERSION_CODE=3
GROUP=com.malinskiy

POM_DESCRIPTION=Pumped up RecyclerView
Expand Down

0 comments on commit c9c6031

Please sign in to comment.