Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayama-junpei committed Oct 20, 2016
1 parent 6a8c99d commit 31add24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.0'
compile 'tv.loilo.promise:promise-support:0.6.0'
compile 'tv.loilo.promise:promise:0.7.0'
compile 'tv.loilo.promise:promise-support:0.7.0'
}
```

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

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

POM_DESCRIPTION=A simple promise library for Android(Java and Kotlin)
Expand Down

0 comments on commit 31add24

Please sign in to comment.