From a2251ac11e4f9fcc6334c1a005b23c3fbcdb4695 Mon Sep 17 00:00:00 2001 From: Grantland Chew Date: Tue, 19 Aug 2014 14:46:43 -0700 Subject: [PATCH] Release 1.1.1 --- Bolts/build.gradle | 2 +- Bolts/src/bolts/Bolts.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bolts/build.gradle b/Bolts/build.gradle index ebd6ea7..ae3e2be 100644 --- a/Bolts/build.gradle +++ b/Bolts/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.library' group = 'com.parse.bolts' -version = '1.1.1-SNAPSHOT' +version = '1.1.1' android { compileSdkVersion rootProject.ext.compileSdkVersion diff --git a/Bolts/src/bolts/Bolts.java b/Bolts/src/bolts/Bolts.java index c739fc8..e5d3f60 100644 --- a/Bolts/src/bolts/Bolts.java +++ b/Bolts/src/bolts/Bolts.java @@ -16,5 +16,5 @@ public final class Bolts { /** * The version of the Bolts library. */ - public static final String VERSION = "1.1.1-SNAPSHOT"; + public static final String VERSION = "1.1.1"; }