Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
Release 1.9.58
Browse files Browse the repository at this point in the history
  • Loading branch information
loosebazooka committed Oct 30, 2017
1 parent 1d93397 commit 73b8f01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
}
dependencies {
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.56'
classpath 'com.google.appengine:gradle-appengine-plugin:1.9.58'
}
}
```
Expand All @@ -38,7 +38,7 @@ the configuration `appengineSdk`.

```gradle
dependencies {
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.56'
appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.58'
}
```

Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.9.58 (October 30th, 2017)
* Update endpoints generated lib client lib version to 1.23.0
* [skipped 1.9.57]

### Version 1.9.56 (September 12th, 2017)
* Version match release

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7
targetCompatibility = JavaVersion.VERSION_1_7

group = 'com.google.appengine'
version = '1.9.56'
version = '1.9.58'
project.ext.appengineVersion = version
if ('snapshot' in project.gradle.startParameter.taskNames) {
version = "${version}-SNAPSHOT"
Expand Down

0 comments on commit 73b8f01

Please sign in to comment.