Skip to content

Commit b1e6e30

Browse files
committed
Remove SNAPSHOT versions for 3.6.0 release.
1 parent 9548211 commit b1e6e30

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828
2929
dependencies {
30-
compile 'com.github.bumptech.glide:glide:3.5.2'
30+
compile 'com.github.bumptech.glide:glide:3.6.0'
3131
compile 'com.android.support:support-v4:19.1.0'
3232
}
3333
```
@@ -38,7 +38,7 @@ Or Maven:
3838
<dependency>
3939
<groupId>com.github.bumptech.glide</groupId>
4040
<artifactId>glide</artifactId>
41-
<version>3.5.2</version>
41+
<version>3.6.0</version>
4242
<type>aar</type>
4343
</dependency>
4444
<dependency>

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.6.0-SNAPSHOT
1+
VERSION_NAME=3.6.0
22
VERSION_MAJOR=3
33
VERSION_MINOR=6
44
VERSION_PATCH=0

integration/okhttp/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
22
POM_ARTIFACT_ID=okhttp-integration
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=1.3.0-SNAPSHOT
5+
VERSION_NAME=1.3.0
66
VERSION_MAJOR=1
77
VERSION_MINOR=3
88
VERSION_PATCH=0

integration/volley/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
22
POM_ARTIFACT_ID=volley-integration
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=1.3.0-SNAPSHOT
5+
VERSION_NAME=1.3.0
66
VERSION_MAJOR=1
77
VERSION_MINOR=3
88
VERSION_PATCH=0

0 commit comments

Comments
 (0)