diff --git a/Changelog.md b/Changelog.md index 94712386..74ee0e27 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +## 2.8.0 - 2015-07-24 + ## 2.8.0-rc.0 - 2015-07-10 # Enhancements: diff --git a/bower.json b/bower.json index e14e95cc..49ccbea5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.8.0-rc.0", + "version": "2.8.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 fb1671e2..11883a8b 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/407f318f682c802645c3ef867ed97854de4b655b + * Generated from http://github.com/GoogleChrome/accessibility-developer-tools/tree/c9439dc98374ea0ce14705657c7c0f0868bf2073 * * See project README for build steps. */ diff --git a/package.json b/package.json index 8f072e16..548949da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "accessibility-developer-tools", - "version": "2.8.0-rc.0", + "version": "2.8.0", "repository": { "type": "git", "url": "http://github.com/GoogleChrome/accessibility-developer-tools"