From 0f93217f2dca8133be6ef6654abb0905712ec3b6 Mon Sep 17 00:00:00 2001 From: Sam Judd Date: Sun, 24 Jan 2016 12:58:37 -0800 Subject: [PATCH] Bump version to 3.7.0/1.4.0 --- README.md | 4 ++-- gradle.properties | 2 +- integration/okhttp/gradle.properties | 2 +- integration/okhttp3/gradle.properties | 4 ++-- integration/volley/gradle.properties | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81342ae14..faefc6619 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ repositories { } dependencies { - compile 'com.github.bumptech.glide:glide:3.6.1' + compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.android.support:support-v4:19.1.0' } ``` @@ -38,7 +38,7 @@ Or Maven: com.github.bumptech.glide glide - 3.6.1 + 3.7.0 aar diff --git a/gradle.properties b/gradle.properties index c17e7a37b..8a0a0a7cc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.7.0-SNAPSHOT +VERSION_NAME=3.7.0 VERSION_MAJOR=3 VERSION_MINOR=7 VERSION_PATCH=0 diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index b93be37c7..ba15be75e 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.4.0-SNAPSHOT +VERSION_NAME=1.4.0 VERSION_MAJOR=1 VERSION_MINOR=4 VERSION_PATCH=0 diff --git a/integration/okhttp3/gradle.properties b/integration/okhttp3/gradle.properties index 94015bfe6..2116e1381 100644 --- a/integration/okhttp3/gradle.properties +++ b/integration/okhttp3/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp 3.x Integration POM_ARTIFACT_ID=okhttp3-integration POM_PACKAGING=aar -VERSION_NAME=1.4.0-SNAPSHOT +VERSION_NAME=1.4.0 VERSION_MAJOR=1 VERSION_MINOR=4 VERSION_PATCH=0 @@ -12,4 +12,4 @@ POM_DESCRIPTION=An integration library to use OkHttp 3.x to fetch data over http # Prefix and postfix for source and javadoc jars. JAR_PREFIX=glide- -JAR_POSTFIX=-integration \ No newline at end of file +JAR_POSTFIX=-integration diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties index b89aeefd1..2ff4c3f26 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.4.0-SNAPSHOT +VERSION_NAME=1.4.0 VERSION_MAJOR=1 VERSION_MINOR=4 VERSION_PATCH=0 -- GitLab