Skip to content

Commit

Permalink
Bump version back to 3.7 snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Jun 28, 2015
1 parent d557c08 commit 125f5b3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VERSION_NAME=3.6.1
VERSION_NAME=3.7.0-SNAPSHOT
VERSION_MAJOR=3
VERSION_MINOR=6
VERSION_PATCH=1
VERSION_CODE=13
VERSION_MINOR=7
VERSION_PATCH=0
VERSION_CODE=14
GROUP=com.github.bumptech.glide

POM_DESCRIPTION=A fast and efficient image loading library for Android focused on smooth scrolling.
Expand Down
8 changes: 4 additions & 4 deletions integration/okhttp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar

VERSION_NAME=1.3.1
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_MAJOR=1
VERSION_MINOR=3
VERSION_PATCH=1
VERSION_CODE=9
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_CODE=10

POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide

Expand Down
8 changes: 4 additions & 4 deletions integration/volley/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar

VERSION_NAME=1.3.1
VERSION_NAME=1.4.0-SNAPSHOT
VERSION_MAJOR=1
VERSION_MINOR=3
VERSION_PATCH=1
VERSION_CODE=9
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_CODE=10

POM_DESCRIPTION=An integration library to use Volley to fetch data over http/https in Glide

Expand Down

0 comments on commit 125f5b3

Please sign in to comment.