Skip to content

Commit c9dfdd1

Browse files
committed
Bump version
1 parent d072fbd commit c9dfdd1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ And this to your module build.gradle:
3636

3737
```groovy
3838
dependencies {
39-
compile('com.github.proxer:ProxerLibAndroid:2.0.0') {
39+
compile('com.github.proxer:ProxerLibAndroid:2.0.1') {
4040
transitive = true
4141
}
4242
}
@@ -319,7 +319,7 @@ meaning that your callbacks will not be called if an request was cancelled.
319319
##### More
320320

321321
You can find detailed JavaDoc
322-
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.0.0/javadoc/).
322+
[here](https://jitpack.io/com/github/proxer/ProxerLibAndroid/2.0.1/javadoc/).
323323

324324
### Architecture
325325

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 14
1212
targetSdkVersion 24
13-
versionCode 37
14-
versionName "2.0.0"
13+
versionCode 38
14+
versionName "2.0.1"
1515
consumerProguardFiles 'proguard-rules.pro'
1616
}
1717
}

0 commit comments

Comments
 (0)