diff --git a/README.md b/README.md index 81342ae14fbb4c9468b428071938620b239536d8..faefc6619e42c15237c26a1524f6a9e1e1033be0 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 c17e7a37b73ef9b392b56f988e604cef655f1a51..8a0a0a7cceedc9ae4a7bba0d381cb06fc03c2406 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 b93be37c78d638b97388dbf996bd2a2beaa6ae14..ba15be75eb1dc3bba6a0c278ec2668a6b81f3449 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 94015bfe6f6a4bae5ce56ca6c034e656f1ec922b..2116e1381eae2bf9342bf4cb3164d81a4256b279 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 b89aeefd1af8a7b540808d2fb88b4e20d9839282..2ff4c3f26e1352f51896a789d119c57ef3ddbca5 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