From a071cad113690b98f001814a72ba1e6d510ee86f Mon Sep 17 00:00:00 2001 From: Zan Markan Date: Thu, 5 Jul 2018 17:28:26 +0100 Subject: [PATCH] Released version 1.8.1 and bump version to 1.8.2-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95c38923..9fd9f38b 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages' apply plugin: 'signing' group = "com.pusher" -version = "1.8.1-SNAPSHOT" +version = "1.8.2-SNAPSHOT" sourceCompatibility = "1.6" targetCompatibility = "1.6"