Skip to content

Commit 74a8ba0

Browse files
committed
Preparing for 2.4.2 dev.
1 parent 9401755 commit 74a8ba0

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Thousands of developers worldwide use it. From indies and multi-national digital
3535
![div](http://www.phaser.io/images/github/div.png)
3636

3737
<a name="whats-new"></a>
38-
## What's new in Phaser 2.4.1
38+
## What's new in Phaser 2.4.2
3939

4040
<div align="center"><img src="http://phaser.io/images/github/news.jpg"></div>
4141

@@ -89,15 +89,15 @@ Install via [npm](https://www.npmjs.com)
8989

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

92-
`<script src="//cdn.jsdelivr.net/phaser/2.4.1/phaser.js"></script>`
92+
`<script src="//cdn.jsdelivr.net/phaser/2.4.2/phaser.js"></script>`
9393

9494
or the minified version:
9595

96-
`<script src="//cdn.jsdelivr.net/phaser/2.4.1/phaser.min.js"></script>`
96+
`<script src="//cdn.jsdelivr.net/phaser/2.4.2/phaser.min.js"></script>`
9797

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

100-
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.1/phaser.js"></script>`
100+
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.2/phaser.js"></script>`
101101

102102
### Phaser Sandbox
103103

@@ -242,6 +242,18 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
242242
<a name="change-log"></a>
243243
## Change Log
244244

245+
## Version 2.4.2 - "Altara" - in dev
246+
247+
248+
249+
250+
251+
252+
253+
254+
255+
256+
245257
## Version 2.4.1 - "Ionin Spring" - 24th July 2015
246258

247259
This is a small point release that updates the Creature runtimes and fixes a couple of small cache issues.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phaser",
3-
"version": "2.4.1",
4-
"release": "Ionin Spring",
3+
"version": "2.4.2",
4+
"release": "Altara",
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)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

resources/release-names.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Nations of the Westlands
44

55
Anything marked * has been used as a release name already.
66

7-
Altara
7+
Altara *
88

99
Capital: Ebou Dar
1010
Cities: Alkindar *, Brytan, Coramen, Cormaed, Ionin Spring *, Jurador, Malden, Marella, Moisen, Mosra, Nor Chasen, Remen, Salidar, Sehar, So Eban, So Habor, So Tehar, Soremaine, Weesin

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.4.1',
18+
VERSION: '2.4.2-dev',
1919

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

0 commit comments

Comments
 (0)