From 621067591b846bb80169f9b20f8b07dee6409f4a Mon Sep 17 00:00:00 2001 From: Alice Boxhall Date: Fri, 4 Sep 2015 10:38:53 -0400 Subject: [PATCH] Release v2.9.0 --- Changelog.md | 2 ++ bower.json | 2 +- dist/js/axs_testing.js | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index c7a25faa..596fe376 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +## 2.9.0 - 2015-09-04 + ## 2.9.0-rc.0 - 2015-08-21 ### New rules diff --git a/bower.json b/bower.json index dd56cf7a..e43e3670 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.9.0-rc.0", + "version": "2.9.0", "homepage": "https://github.com/GoogleChrome/accessibility-developer-tools", "authors": [ "Google" diff --git a/dist/js/axs_testing.js b/dist/js/axs_testing.js index 49dee7dd..d0850474 100644 --- a/dist/js/axs_testing.js +++ b/dist/js/axs_testing.js @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * - * Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/952a710bc74ae546473b239e32b76cb3946c6fad + * Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/7f7ba5860f79d583eb4b1a241b43f119dca27585 * * See project README for build steps. */ diff --git a/package.json b/package.json index 13b7899f..ecadb6ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.9.0-rc.0", + "version": "2.9.0", "repository": { "type": "git", "url": "http://github.com/GoogleChrome/accessibility-developer-tools"