Skip to content

Commit

Permalink
Bump version to 3.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed May 3, 2017
1 parent 2c6388e commit b9b33e6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
}
dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.android.support:support-v4:19.1.0'
}
```
Expand All @@ -38,7 +38,7 @@ Or Maven:
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<type>aar</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.8.0-SNAPSHOT
VERSION_NAME=3.8.0
VERSION_MAJOR=3
VERSION_MINOR=8
VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion integration/okhttp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar

VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion integration/okhttp3/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp 3.x Integration
POM_ARTIFACT_ID=okhttp3-integration
POM_PACKAGING=aar

VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion integration/volley/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar

VERSION_NAME=1.5.0-SNAPSHOT
VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0
Expand Down

0 comments on commit b9b33e6

Please sign in to comment.