Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Commit 315b3f2

Browse files
committed
⚡ Release 0.0.2 ⚡
1 parent ba470df commit 315b3f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ParseInterceptors/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
group = 'com.parse'
4-
version = '0.0.1'
4+
version = '0.0.2'
55

66
buildscript {
77
repositories {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Download [the latest JAR][latest] or define in Gradle:
1212
```groovy
1313
dependencies {
1414
...
15-
debugCompile 'com.parse:parseinterceptors:0.0.1'
15+
debugCompile 'com.parse:parseinterceptors:0.0.2'
1616
// If you need okhttp library, make sure you use 2.5.0 or above
1717
// compile 'com.squareup.okhttp:okhttp:2.5.0'
1818
}

0 commit comments

Comments
 (0)