Skip to content

Commit

Permalink
Bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Sep 14, 2014
1 parent 738e0c8 commit 28744e4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<type>aar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -110,7 +110,7 @@ Or with Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>volley-integration</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -151,7 +151,7 @@ Or with Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>okhttp-integration</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VERSION_NAME=3.4.0-SNAPSHOT
VERSION_NAME=3.3.1
VERSION_MAJOR=3
VERSION_MINOR=4
VERSION_PATCH=0
VERSION_MINOR=3
VERSION_PATCH=1
VERSION_CODE=6
GROUP=com.github.bumptech.glide

Expand Down
6 changes: 3 additions & 3 deletions integration/okhttp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar

VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.0.1
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=0
VERSION_MINOR=0
VERSION_PATCH=1
VERSION_CODE=2

POM_DESCRIPTION=An integration library to use OkHttp to fetch data over http/https in Glide
6 changes: 3 additions & 3 deletions integration/volley/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar

VERSION_NAME=1.1.0-SNAPSHOT
VERSION_NAME=1.0.1
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_PATCH=0
VERSION_MINOR=0
VERSION_PATCH=1
VERSION_CODE=2

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

0 comments on commit 28744e4

Please sign in to comment.