From 8f4cf5cb7e2dc1d48d8828a38fc7a3cbe649e5b7 Mon Sep 17 00:00:00 2001 From: Grantland Chew Date: Thu, 5 Nov 2015 17:00:16 -0800 Subject: [PATCH] :zap: Release 1.3.0 :zap: --- README.md | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21b629b..6039a11 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Download [the latest JAR][latest] or define in Gradle: ```groovy dependencies { - compile 'com.parse.bolts:bolts-android:1.2.1' + compile 'com.parse.bolts:bolts-tasks:1.3.0' + compile 'com.parse.bolts:bolts-applinks:1.3.0' } ``` diff --git a/gradle.properties b/gradle.properties index a97be9f..277cb5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP_NAME=com.parse.bolts -VERSION_NAME=1.2.2-SNAPSHOT +VERSION_NAME=1.3.0