From d4a54a7f20f620756eaad64839a3be169714f960 Mon Sep 17 00:00:00 2001 From: samme Date: Tue, 12 Sep 2017 10:14:46 -0700 Subject: [PATCH] Bump version to 2.8.7 --- README.md | 16 ++++++++-------- package.json | 4 ++-- src/Phaser.js | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e96f348c1..41e22e436 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Thousands of developers worldwide use Phaser. From indies and multi-national dig Phaser v2 was built and maintained by [Photon Storm](http://www.photonstorm.com) and turned over to the community (as Phaser CE) in November 2016. [Phaser v3](https://github.com/photonstorm/phaser/tree/master/v3) is in active development. -The [current Phaser CE release is 2.8.6](https://github.com/photonstorm/phaser-ce/releases/tag/v2.8.6). +The [current Phaser CE release is 2.8.7](https://github.com/photonstorm/phaser-ce/releases/tag/v2.8.7). - **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs)) - **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](http://stackoverflow.com/questions/tagged/phaser-framework) @@ -128,16 +128,16 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack] [Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce), a "super-fast CDN for developers". Include the following in your html: ```html - + ``` or the minified version: ```html - + ``` -[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.8.6/build/custom/) are available too. +[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.8.7/build/custom/) are available too. @@ -361,10 +361,10 @@ All rights reserved. [![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon) -[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.8.6/phaser.js -[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.8.6/phaser.min.js -[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.8.6.zip -[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.8.6.tar.gz +[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.8.7/phaser.js +[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.8.7/phaser.min.js +[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.8.7.zip +[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.8.7.tar.gz [clone-http]: https://github.com/photonstorm/phaser.git [clone-ssh]: ssh://git@github.com:photonstorm/phaser.git [clone-svn]: https://github.com/photonstorm/phaser diff --git a/package.json b/package.json index 6520c6091..910951b75 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "phaser-ce", - "version": "2.8.6", - "release": "2017-09-10", + "version": "2.8.7", + "release": "2017-09-12", "description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", "logo": "https://raw.github.com/photonstorm/phaser-ce/master/phaser-logo-small.png", diff --git a/src/Phaser.js b/src/Phaser.js index e24082fa0..e51ea1cfb 100644 --- a/src/Phaser.js +++ b/src/Phaser.js @@ -14,7 +14,7 @@ var Phaser = Phaser || { // jshint ignore:line * @constant Phaser.VERSION * @type {string} */ - VERSION: '2.8.6', + VERSION: '2.8.7', /** * An array of Phaser game instances.