Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hayama-junpei committed Dec 21, 2016
1 parent 38fa0c4 commit 68d77a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ via Gradle

```groovy
dependencies {
compile 'tv.loilo.promise:promise:0.8.1'
compile 'tv.loilo.promise:promise-support:0.8.1'
compile 'tv.loilo.promise:promise:0.8.2'
compile 'tv.loilo.promise:promise-support:0.8.2'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android_support_version=24.2.1

# for gradle-mvn-push.gradle
# Build and Push -> $ gradlew clean build uploadArchives
#VERSION_NAME=0.8.2
VERSION_NAME=0.8.2-SNAPSHOT
VERSION_NAME=0.8.2
#VERSION_NAME=0.8.2-SNAPSHOT
VERSION_CODE=23
GROUP=tv.loilo.promise

Expand Down

0 comments on commit 68d77a2

Please sign in to comment.