Skip to content

Commit 0f93217

Browse files
committed
Bump version to 3.7.0/1.4.0
1 parent 0bc1dc6 commit 0f93217

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.6.1'
30+
compile 'com.github.bumptech.glide:glide:3.7.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.6.1</version>
41+
<version>3.7.0</version>
4242
<type>aar</type>
4343
</dependency>
4444
<dependency>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.7.0-SNAPSHOT
1+
VERSION_NAME=3.7.0
22
VERSION_MAJOR=3
33
VERSION_MINOR=7
44
VERSION_PATCH=0

integration/okhttp/gradle.properties

Lines changed: 1 addition & 1 deletion
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.4.0-SNAPSHOT
5+
VERSION_NAME=1.4.0
66
VERSION_MAJOR=1
77
VERSION_MINOR=4
88
VERSION_PATCH=0

integration/okhttp3/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp 3.x Integration
22
POM_ARTIFACT_ID=okhttp3-integration
33
POM_PACKAGING=aar
44

5-
VERSION_NAME=1.4.0-SNAPSHOT
5+
VERSION_NAME=1.4.0
66
VERSION_MAJOR=1
77
VERSION_MINOR=4
88
VERSION_PATCH=0
@@ -12,4 +12,4 @@ POM_DESCRIPTION=An integration library to use OkHttp 3.x to fetch data over http
1212

1313
# Prefix and postfix for source and javadoc jars.
1414
JAR_PREFIX=glide-
15-
JAR_POSTFIX=-integration
15+
JAR_POSTFIX=-integration

integration/volley/gradle.properties

Lines changed: 1 addition & 1 deletion
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.4.0-SNAPSHOT
5+
VERSION_NAME=1.4.0
66
VERSION_MAJOR=1
77
VERSION_MINOR=4
88
VERSION_PATCH=0

0 commit comments

Comments
 (0)