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

Commit 5a0d65a

Browse files
committed
Update version for release 2.0.1
1 parent 3019713 commit 5a0d65a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* **RxJava 2.0**
3333
```groovy
3434
dependencies {
35-
compile 'com.zchu:rxcache:2.0.0'
35+
compile 'com.zchu:rxcache:2.0.1'
3636
}
3737
```
3838
* **RxJava 1.0**

rxcache/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 11
1010
targetSdkVersion 24
11-
versionCode 1
12-
versionName "2.0.0"
11+
versionCode 2
12+
versionName "2.0.1"
1313
}
1414
buildTypes {
1515
release {
@@ -36,7 +36,7 @@ publish{
3636
userOrg = 'zchu'
3737
groupId = 'com.zchu'
3838
artifactId = 'rxcache'
39-
publishVersion = '2.0.0'
39+
publishVersion = '2.0.1'
4040
desc = 'This is a cache library for android'
4141
website = 'https://github.com/z-chu/RxCache'
4242
}

0 commit comments

Comments
 (0)