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

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Mar 24, 2015
1 parent 944fa4e commit 40ec889
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.1.5-SNAPSHOT'
version = '1.2.0'

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.1.5-SNAPSHOT";
public static final String VERSION = "1.2.0";
}

0 comments on commit 40ec889

Please sign in to comment.