From ed68b0a6476ec70985235eaa57cd277135a718e1 Mon Sep 17 00:00:00 2001 From: Grantland Chew Date: Wed, 15 Jul 2015 16:11:43 -0700 Subject: [PATCH] Prepare for next development iteration --- 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 d691731..4c76526 100644 --- a/Bolts/build.gradle +++ b/Bolts/build.gradle @@ -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 diff --git a/Bolts/src/bolts/Bolts.java b/Bolts/src/bolts/Bolts.java index 4c79351..ece486d 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.2.1"; + public static final String VERSION = "1.2.2-SNAPSHOT"; }