Skip to content

Commit c127bc8

Browse files
committed
Bump version to 2.10.0
1 parent fbd7afc commit c127bc8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

+8-8
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](https://github.com/photonstorm/phaser/tree/master/v3) is in active development.
1010

11-
The [current Phaser CE release is 2.9.4](https://github.com/photonstorm/phaser-ce/releases/tag/v2.9.4).
11+
The [current Phaser CE release is 2.10.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.0).
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](http://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.9.4/build/phaser.js"></script>
131+
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.0/build/phaser.js"></script>
132132
```
133133

134134
or the minified version:
135135

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

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

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

@@ -409,10 +409,10 @@ All rights reserved.
409409

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

412-
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.9.4/phaser.js
413-
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.9.4/phaser.min.js
414-
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.9.4.zip
415-
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.9.4.tar.gz
412+
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.0/phaser.js
413+
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.0/phaser.min.js
414+
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.0.zip
415+
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.0.tar.gz
416416
[clone-http]: https://github.com/photonstorm/phaser.git
417417
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
418418
[clone-svn]: https://github.com/photonstorm/phaser

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser-ce",
3-
"version": "2.9.4",
4-
"release": "2017-12-20",
3+
"version": "2.10.0",
4+
"release": "2018-01-18",
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

+1-1
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.9.4',
17+
VERSION: '2.10.0',
1818

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

0 commit comments

Comments
 (0)