Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update version for release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
z-chu committed May 17, 2017
1 parent 3019713 commit 5a0d65a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* **RxJava 2.0**
```groovy
dependencies {
compile 'com.zchu:rxcache:2.0.0'
compile 'com.zchu:rxcache:2.0.1'
}
```
* **RxJava 1.0**
Expand Down
6 changes: 3 additions & 3 deletions rxcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "2.0.0"
versionCode 2
versionName "2.0.1"
}
buildTypes {
release {
Expand All @@ -36,7 +36,7 @@ publish{
userOrg = 'zchu'
groupId = 'com.zchu'
artifactId = 'rxcache'
publishVersion = '2.0.0'
publishVersion = '2.0.1'
desc = 'This is a cache library for android'
website = 'https://github.com/z-chu/RxCache'
}

0 comments on commit 5a0d65a

Please sign in to comment.