From d7ddcf57b963b2dca559b4b71ccc285965c72f19 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Sun, 25 Jan 2015 13:38:17 -0800 Subject: [PATCH] Bump version to 3.5.0 --- gradle.properties | 2 +- integration/okhttp/gradle.properties | 2 +- integration/volley/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index f9166022c8..92dca752fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.5.0-SNAPSHOT +VERSION_NAME=3.5.0 VERSION_MAJOR=3 VERSION_MINOR=5 VERSION_PATCH=0 diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index db834d769f..81d1877a7a 100644 --- a/integration/okhttp/gradle.properties +++ b/integration/okhttp/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration POM_ARTIFACT_ID=okhttp-integration POM_PACKAGING=aar -VERSION_NAME=1.2.0-SNAPSHOT +VERSION_NAME=1.2.0 VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_PATCH=0 diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties index 2f3689b8b4..92fffdc705 100644 --- a/integration/volley/gradle.properties +++ b/integration/volley/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration POM_ARTIFACT_ID=volley-integration POM_PACKAGING=aar -VERSION_NAME=1.2.0-SNAPSHOT +VERSION_NAME=1.2.0 VERSION_MAJOR=1 VERSION_MINOR=2 VERSION_PATCH=0