Skip to content

Commit

Permalink
Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Sep 2, 2014
1 parent 8bb5e18 commit bf17e1d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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.3.0-SNAPSHOT
VERSION_NAME=3.3.0
VERSION_MAJOR=3
VERSION_MINOR=3
VERSION_PATCH=0
Expand Down
4 changes: 2 additions & 2 deletions integration/okhttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId 'com.bumptech.glide.integration.okhttp'
minSdkVersion 10
targetSdkVersion 19
versionCode 1
versionName '1.0.0'
versionCode = VERSION_CODE
versionName = VERSION_NAME
}
}

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.0.0-SNAPSHOT
VERSION_NAME=1.0.0
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
Expand Down
4 changes: 2 additions & 2 deletions integration/volley/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId 'com.bumptech.glide.integration.volley'
minSdkVersion 10
targetSdkVersion 19
versionCode 1
versionName '1.0.0'
versionCode = VERSION_CODE
versionName = VERSION_NAME
}
}

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.0.0-SNAPSHOT
VERSION_NAME=1.0.0
VERSION_MAJOR=1
VERSION_MINOR=0
VERSION_PATCH=0
Expand Down

0 comments on commit bf17e1d

Please sign in to comment.