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.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Dec 23, 2014
1 parent 7b4c550 commit 93ce317
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.0'
compile 'com.malinskiy:superrecyclerview:1.0.1'
```

##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 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
}
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.0
VERSION_CODE=1
VERSION_NAME=1.0.1
VERSION_CODE=2
GROUP=com.malinskiy

POM_DESCRIPTION=Pumped up RecyclerView
Expand Down

0 comments on commit 93ce317

Please sign in to comment.