Skip to content

Commit

Permalink
Merge pull request #15 from loilo-inc/v0.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
v0.3.0-SNAPSHOT
  • Loading branch information
hayama-junpei committed Apr 10, 2016
2 parents d5a2cde + d97400a commit 1a86ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ org.gradle.configureondemand=true

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

POM_DESCRIPTION=A simple promise library for Android(Java and Kotlin)
Expand Down
2 changes: 1 addition & 1 deletion promise/src/main/java/tv/loilo/promise/Promises.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ private Promises() {
* Promise to return a result of the callback.
* The callback will be execute asynchronously on background thread.
* Promise will be executing when you called a method to submit.
* <p/>
*
* If Promise is canceled before the callback execution,
* this callback call is skipped, and calls the subsequent callback.
*
Expand Down

0 comments on commit 1a86ef0

Please sign in to comment.