diff --git a/gradle.properties b/gradle.properties index 902ce60b3d50bfdf1db2a2c055035100bb31295d..b117d0421462c8421bd56703a0159ceb818f3e04 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ -VERSION_NAME=3.5.1 +VERSION_NAME=3.6.0-SNAPSHOT VERSION_MAJOR=3 -VERSION_MINOR=5 -VERSION_PATCH=1 -VERSION_CODE=10 +VERSION_MINOR=6 +VERSION_PATCH=0 +VERSION_CODE=11 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 83ed46d11c4e4ba2418899ea97f23dc2b7546b37..2d9f00d01f2bd118fe5233274a7073b6662004a0 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.2.1 +VERSION_NAME=1.3.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=2 -VERSION_PATCH=1 -VERSION_CODE=6 +VERSION_MINOR=3 +VERSION_PATCH=0 +VERSION_CODE=7 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 38f38e26a443a7dd08c51a0c44b0beff9d10acba..a144320c64aebc0b0732ddf5ac2bb89251f6b2de 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.2.1 +VERSION_NAME=1.3.0-SNAPSHOT VERSION_MAJOR=1 -VERSION_MINOR=2 -VERSION_PATCH=1 -VERSION_CODE=6 +VERSION_MINOR=3 +VERSION_PATCH=0 +VERSION_CODE=7 POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide