From 54e9cb8bdd4950aa4d418dcbc0ea65414762aef5 Mon Sep 17 00:00:00 2001 From: Daniel Hugenroth Date: Fri, 22 Feb 2019 11:41:39 +0000 Subject: [PATCH] Update version to 1.5.0 --- bolts-applinks/src/main/java/bolts/Bolts.java | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bolts-applinks/src/main/java/bolts/Bolts.java b/bolts-applinks/src/main/java/bolts/Bolts.java index 81c4e3e..ea40105 100644 --- a/bolts-applinks/src/main/java/bolts/Bolts.java +++ b/bolts-applinks/src/main/java/bolts/Bolts.java @@ -13,5 +13,5 @@ public final class Bolts { /** * The version of the Bolts library. */ - public static final String VERSION = "1.4.1-SNAPSHOT"; + public static final String VERSION = "1.5.0"; } diff --git a/gradle.properties b/gradle.properties index cb70063..96d9e00 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,4 +4,4 @@ # LICENSE file in the root directory of this source tree. GROUP_NAME=com.parse.bolts -VERSION_NAME=1.4.1-SNAPSHOT +VERSION_NAME=1.5.0