Skip to content

Commit 062958f

Browse files
committed
Bump version to 1.3.0
1 parent 4a5417a commit 062958f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
```groovy
1818
dependencies {
19-
compile('com.github.proxer:ProxerLibAndroid:1.2.9@aar') {
19+
compile('com.github.proxer:ProxerLibAndroid:1.3.0@aar') {
2020
transitive = true
2121
}
2222
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 15
1212
targetSdkVersion 23
1313
versionCode 21
14-
versionName "1.2.9"
14+
versionName "1.3.0"
1515
}
1616
}
1717

0 commit comments

Comments
 (0)