Skip to content

Commit effb975

Browse files
committed
Preparing for 2.5.1 development.
1 parent af7cc12 commit effb975

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Grab the source and join in the fun!
4040

4141
> In Development
4242
43-
This is the development branch, where we are building Phaser 2.4.10. Check out the Change Log to see what we've done so far. Or check the master branch for the current stable release.
43+
This is the development branch, where we are building Phaser 2.5.1. Check the [Change Log](#change-log) to see what we've done so far. Or switch to the master branch for the current stable release.
4444

4545
As always, keep you eyes on the Phaser web site, and subscribe to our weekly [newsletter](#newsletter). You can also follow me on [Twitter](https://twitter.com/photonstorm) or chat to me in the Phaser [Slack](http://phaser.io/community/slack) channel.
4646

@@ -117,15 +117,15 @@ Using Browserify? Please [read this](#browserify).
117117

118118
[jsDelivr](http://www.jsdelivr.com/#!phaser) is a "super-fast CDN for developers". Include the following in your html:
119119

120-
`<script src="//cdn.jsdelivr.net/phaser/2.4.9/phaser.js"></script>`
120+
`<script src="//cdn.jsdelivr.net/phaser/2.5.1/phaser.js"></script>`
121121

122122
or the minified version:
123123

124-
`<script src="//cdn.jsdelivr.net/phaser/2.4.9/phaser.min.js"></script>`
124+
`<script src="//cdn.jsdelivr.net/phaser/2.5.1/phaser.min.js"></script>`
125125

126126
[cdnjs.com](https://cdnjs.com/libraries/phaser) also offers a free CDN service. They have all versions of Phaser and even the custom builds:
127127

128-
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.9/phaser.js"></script>`
128+
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.5.1/phaser.js"></script>`
129129

130130
### Phaser Sandbox
131131

@@ -315,7 +315,7 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
315315
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
316316
<a name="change-log"></a>
317317

318-
## Version 2.4.10 - "Fal Moran" - In Development
318+
## Version 2.5.1 - "Fal Moran" - In Development
319319

320320
### New Features
321321

@@ -370,10 +370,10 @@ All rights reserved.
370370

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

373-
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.4.9/phaser.js
374-
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.4.9/phaser.min.js
375-
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.4.9.zip
376-
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.4.9.tar.gz
373+
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.5.1/phaser.js
374+
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.5.1/phaser.min.js
375+
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.5.1.zip
376+
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.5.1.tar.gz
377377
[clone-http]: https://github.com/photonstorm/phaser.git
378378
[clone-ssh]: git@github.com:photonstorm/phaser.git
379379
[clone-svn]: https://github.com/photonstorm/phaser

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "2.4.10",
3+
"version": "2.5.1",
44
"release": "Fal Moran",
55
"description": "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)",

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var Phaser = Phaser || {
1515
* @constant
1616
* @type {string}
1717
*/
18-
VERSION: '2.5.0',
18+
VERSION: '2.5.1',
1919

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

0 commit comments

Comments
 (0)