Skip to content

Commit 8e7e6f0

Browse files
committed
Adding .0 :)
1 parent 113b69a commit 8e7e6f0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![Phaser 2.0](http://www.phaser.io/images/phaser2-github.png)
22

3-
# Phaser 2.1-dev
3+
# Phaser 2.1.0-dev
44

55
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.
66

7-
Version: 2.1 "Cairhien" - Released: -in development-
7+
Version: 2.1.0 "Cairhien" - Released: -in development-
88

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

@@ -21,7 +21,7 @@ By Richard Davey, [Photon Storm](http://www.photonstorm.com)
2121

2222
![div](http://phaser.io/images/div4.png)
2323

24-
## Welcome to Phaser and What's new in 2.1?
24+
## Welcome to Phaser and What's new in 2.1.0?
2525

2626
Until then happy coding everyone! And we hope to see you on the forums.
2727

@@ -45,7 +45,7 @@ Finally the list of [community authored Phaser Tutorials](http://www.lessmilk.co
4545

4646
## Change Log
4747

48-
Version 2.1 - "Cairhien" - -in development-
48+
Version 2.1.0 - "Cairhien" - -in development-
4949

5050
### Updates
5151

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",
3+
"version": "2.1.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",
3+
"version": "2.1.0",
44
"release": "Cairhien",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey",

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-dev',
13+
VERSION: '2.1.0-dev',
1414
GAMES: [],
1515

1616
AUTO: 0,

0 commit comments

Comments
 (0)