Skip to content

Commit f7b417d

Browse files
committed
Bump version to 2.10.4
1 parent d86926f commit f7b417d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thousands of developers worldwide use Phaser. From indies and multi-national dig
88

99
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](http://phaser.io/phaser3) is in active development.
1010

11-
The [current Phaser CE release is 2.10.3](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.3).
11+
The [current Phaser CE release is 2.10.4](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.4).
1212

1313
- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
1414
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
@@ -128,16 +128,16 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
128128
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce), a "super-fast CDN for developers". Include the following in your html:
129129

130130
```html
131-
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.3/build/phaser.js"></script>
131+
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.4/build/phaser.js"></script>
132132
```
133133

134134
or the minified version:
135135

136136
```html
137-
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.3"></script>
137+
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.4"></script>
138138
```
139139

140-
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.10.3/build/custom/) are available too.
140+
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.10.4/build/custom/) are available too.
141141

142142
<a name="getting-started"></a>
143143

@@ -387,10 +387,10 @@ All rights reserved.
387387

388388
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)
389389

390-
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.3/phaser.js
391-
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.3/phaser.min.js
392-
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.3.zip
393-
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.3.tar.gz
390+
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.4/phaser.js
391+
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.4/phaser.min.js
392+
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.4.zip
393+
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.4.tar.gz
394394
[clone-http]: https://github.com/photonstorm/phaser.git
395395
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
396396
[clone-svn]: https://github.com/photonstorm/phaser

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser-ce",
3-
"version": "2.10.3",
4-
"release": "2018-03-22",
3+
"version": "2.10.4",
4+
"release": "2018-05-03",
55
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rdavey@gmail.com> (http://www.photonstorm.com)",
77
"logo": "https://raw.github.com/photonstorm/phaser-ce/master/phaser-logo-small.png",

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Phaser = Phaser || { // jshint ignore:line
1414
* @constant Phaser.VERSION
1515
* @type {string}
1616
*/
17-
VERSION: '2.10.3',
17+
VERSION: '2.10.4',
1818

1919
/**
2020
* An array of Phaser game instances.

0 commit comments

Comments
 (0)