Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hayama-junpei committed Jan 15, 2016
1 parent a01d254 commit bce8957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.1'
compile 'tv.loilo.promise:promise-support:0.1.1'
compile 'tv.loilo.promise:promise:0.2.0'
compile 'tv.loilo.promise:promise-support:0.2.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ org.gradle.configureondemand=true
# for gradle-mvn-push.gradle
# Build and Push -> $ gradlew clean build uploadArchives
#VERSION_NAME=0.2.0
VERSION_NAME=0.2.0-SNAPSHOT
VERSION_NAME=0.2.0
VERSION_CODE=3
GROUP=tv.loilo.promise

Expand Down

0 comments on commit bce8957

Please sign in to comment.