diff --git a/README.md b/README.md index 37db8ad..b0e3263 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ buildscript { } dependencies { - classpath 'com.google.appengine:gradle-appengine-plugin:1.9.26' + classpath 'com.google.appengine:gradle-appengine-plugin:1.9.27' } } ``` @@ -36,7 +36,7 @@ the configuration `appengineSdk`. ```gradle dependencies { - appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.26' + appengineSdk 'com.google.appengine:appengine-java-sdk:1.9.27' } ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aee146e..989f9c8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### Version 1.9.27 (October 20th, 2015) +* Fix Update Dos task +* Fix Doc link to gaelyk [issue 210] + ### Version 1.9.26 (September 24th, 2015) * Version match release * [skipped 1.9.25 release] diff --git a/build.gradle b/build.gradle index 741ce70..57b75d5 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 group = 'com.google.appengine' -version = '1.9.26' +version = '1.9.27' project.ext.appengineVersion = version if ('snapshot' in project.gradle.startParameter.taskNames) { version = "${version}-SNAPSHOT"