diff --git a/README.md b/README.md index 34bbbf0b3d1551396cc91ddd252efdf556c7bb4a..81342ae14fbb4c9468b428071938620b239536d8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ repositories { } dependencies { - compile 'com.github.bumptech.glide:glide:3.6.0' + compile 'com.github.bumptech.glide:glide:3.6.1' compile 'com.android.support:support-v4:19.1.0' } ``` @@ -38,7 +38,7 @@ Or Maven: com.github.bumptech.glide glide - 3.6.0 + 3.6.1 aar diff --git a/gradle.properties b/gradle.properties index 7d5ca41510f33b29146c34e133fa0e832d043f4e..9cf0568e41045de6ee110dc2e9fb83052012c243 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -VERSION_NAME=3.7.0-SNAPSHOT +VERSION_NAME=3.6.1 VERSION_MAJOR=3 -VERSION_MINOR=7 -VERSION_PATCH=0 +VERSION_MINOR=6 +VERSION_PATCH=1 VERSION_CODE=13 GROUP=com.github.bumptech.glide diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties index f48bdec895d708758b3b7797d85bf90012ecfc20..ba8da0144d6338e5348e690f0b3842e2387e9b13 100644 --- a/integration/okhttp/gradle.properties +++ b/integration/okhttp/gradle.properties @@ -2,10 +2,10 @@ POM_NAME=Glide OkHttp Integration POM_ARTIFACT_ID=okhttp-integration POM_PACKAGING=aar -VERSION_NAME=1.4.0-SNAPSHOT +VERSION_NAME=1.3.1 VERSION_MAJOR=1 -VERSION_MINOR=4 -VERSION_PATCH=0 +VERSION_MINOR=3 +VERSION_PATCH=1 VERSION_CODE=9 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 1a220e86926bc66d581d2130b7f44ebc94adb93f..b827c3ae6452432769a39a8a50bb9e7b1a901c06 100644 --- a/integration/volley/gradle.properties +++ b/integration/volley/gradle.properties @@ -2,10 +2,10 @@ POM_NAME=Glide Volley Integration POM_ARTIFACT_ID=volley-integration POM_PACKAGING=aar -VERSION_NAME=1.4.0-SNAPSHOT +VERSION_NAME=1.3.1 VERSION_MAJOR=1 -VERSION_MINOR=4 -VERSION_PATCH=0 +VERSION_MINOR=3 +VERSION_PATCH=1 VERSION_CODE=9 POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide