From 125f5b31b7236a51520392e99d967b2495fef291 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Sun, 28 Jun 2015 14:39:19 -0700 Subject: [PATCH] Bump version back to 3.7 snapshot. --- gradle.properties | 8 ++++---- integration/okhttp/gradle.properties | 8 ++++---- integration/volley/gradle.properties | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9cf0568e41..57f5e569e7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -VERSION_NAME=3.6.1 +VERSION_NAME=3.7.0-SNAPSHOT VERSION_MAJOR=3 -VERSION_MINOR=6 -VERSION_PATCH=1 -VERSION_CODE=13 +VERSION_MINOR=7 +VERSION_PATCH=0 +VERSION_CODE=14 GROUP=com.github.bumptech.glide POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling. diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index ba8da0144d..b93be37c78 100644 --- a/integration/okhttp/gradle.properties +++ b/integration/okhttp/gradle.properties @@ -2,11 +2,11 @@ POM_NAME=Glide OkHttp Integration POM_ARTIFACT_ID=okhttp-integration POM_PACKAGING=aar -VERSION_NAME=1.3.1 +VERSION_NAME=1.4.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=3 -VERSION_PATCH=1 -VERSION_CODE=9 +VERSION_MINOR=4 +VERSION_PATCH=0 +VERSION_CODE=10 POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties index b827c3ae64..b89aeefd1a 100644 --- a/integration/volley/gradle.properties +++ b/integration/volley/gradle.properties @@ -2,11 +2,11 @@ POM_NAME=Glide Volley Integration POM_ARTIFACT_ID=volley-integration POM_PACKAGING=aar -VERSION_NAME=1.3.1 +VERSION_NAME=1.4.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=3 -VERSION_PATCH=1 -VERSION_CODE=9 +VERSION_MINOR=4 +VERSION_PATCH=0 +VERSION_CODE=10 POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide