Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed May 6, 2018
1 parent 827dad2 commit ce0fe9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more information about Parse and its features, see [the website][parseplatfo

```groovy
ext {
parseVersion = "1.17.2"
parseVersion = "1.17.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
ext {
compileSdkVersion = 27

commonLibVersion = "1.17.3-SNAPSHOT"
commonLibVersion = "1.17.3"

supportLibVersion = '27.1.1'

Expand Down

0 comments on commit ce0fe9f

Please sign in to comment.