Skip to content

Commit

Permalink
Moving to 2.2.0 release version.
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Nov 8, 2014
1 parent 88eae3a commit 71507c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
- [License](#license)

<a name="about"></a>
# Phaser 2.1.4
# Phaser 2.2.0

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.

Version: 2.1.4 "Bethal" - Released: -in development-
Version: 2.2.0 "Bethal" - Released: -in development-

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

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

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

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

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

Version 2.1.4 - "Bethal" - in development
Version 2.2.0 - "Bethal" - in development

### New Features

Expand Down Expand Up @@ -204,11 +204,11 @@ Nice and easy :)

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

`http://cdnjs.cloudflare.com/ajax/libs/phaser/2.1.4/phaser.min.js`
`http://cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js`

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

`//cdnjs.cloudflare.com/ajax/libs/phaser/2.1.4/phaser.min.js`
`//cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js`

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "2.1.4",
"version": "2.2.0",
"homepage": "http://phaser.io",
"authors": [
"photonstorm <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phaser",
"version": "2.1.4",
"version": "2.2.0",
"release": "Bethal",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey <[email protected]> (http://www.photonstorm.com)",
Expand Down
2 changes: 1 addition & 1 deletion src/Phaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
var Phaser = Phaser || {

VERSION: '2.1.4-dev',
VERSION: '2.2.0-dev',
GAMES: [],

AUTO: 0,
Expand Down

0 comments on commit 71507c5

Please sign in to comment.