Skip to content
This repository has been archived by the owner on Sep 2, 2020. It is now read-only.

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Jul 15, 2015
1 parent 71b39d6 commit ed68b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bolts/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

group = 'com.parse.bolts'
version = '1.2.1'
version = '1.2.2-SNAPSHOT'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand Down
2 changes: 1 addition & 1 deletion Bolts/src/bolts/Bolts.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public final class Bolts {
/**
* The version of the Bolts library.
*/
public static final String VERSION = "1.2.1";
public static final String VERSION = "1.2.2-SNAPSHOT";
}

0 comments on commit ed68b0a

Please sign in to comment.