Skip to content

Commit 71507c5

Browse files
committed
Moving to 2.2.0 release version.
1 parent 88eae3a commit 71507c5

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
- [License](#license)
2222

2323
<a name="about"></a>
24-
# Phaser 2.1.4
24+
# Phaser 2.2.0
2525

2626
Phaser is a fast, free and fun open source game framework for making desktop and mobile browser HTML5 games. It uses [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) internally for fast 2D Canvas and WebGL rendering.
2727

28-
Version: 2.1.4 "Bethal" - Released: -in development-
28+
Version: 2.2.0 "Bethal" - Released: -in development-
2929

3030
By Richard Davey, [Photon Storm](http://www.photonstorm.com)
3131

@@ -43,7 +43,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
4343
![div](http://phaser.io/images/div4.png)
4444

4545
<a name="whats-new"></a>
46-
## Welcome to Phaser and What's new in 2.1.4?
46+
## Welcome to Phaser and What's new in 2.2.0?
4747

4848
![Pixi 2.0](http://www.phaser.io/images/pixi-v2.png)
4949

@@ -71,7 +71,7 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
7171
<a name="change-log"></a>
7272
## Change Log
7373

74-
Version 2.1.4 - "Bethal" - in development
74+
Version 2.2.0 - "Bethal" - in development
7575

7676
### New Features
7777

@@ -204,11 +204,11 @@ Nice and easy :)
204204

205205
Phaser is now available on [CDNJS](http://cdnjs.com). You can include the following in your html:
206206

207-
`http://cdnjs.cloudflare.com/ajax/libs/phaser/2.1.4/phaser.min.js`
207+
`http://cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js`
208208

209209
Or if you prefer you can leave the protocol off, so it works via http and https:
210210

211-
`//cdnjs.cloudflare.com/ajax/libs/phaser/2.1.4/phaser.min.js`
211+
`//cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js`
212212

213213
![div](http://phaser.io/images/div1.png)
214214

bower.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.1.4",
3+
"version": "2.2.0",
44
"homepage": "http://phaser.io",
55
"authors": [
66
"photonstorm <rich@photonstorm.com>"

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.1.4",
3+
"version": "2.2.0",
44
"release": "Bethal",
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
@@ -10,7 +10,7 @@
1010
*/
1111
var Phaser = Phaser || {
1212

13-
VERSION: '2.1.4-dev',
13+
VERSION: '2.2.0-dev',
1414
GAMES: [],
1515

1616
AUTO: 0,

0 commit comments

Comments
 (0)