Skip to content

Commit 12c2f83

Browse files
committed
Repackaging for 2.1.4 release.
1 parent 35c42e3 commit 12c2f83

5 files changed

Lines changed: 12 additions & 12 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.2.0
24+
# Phaser 2.1.4
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.2.0 "Tarabon" - Released: -in development-
28+
Version: 2.1.4 "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.2.0?
46+
## Welcome to Phaser and What's new in 2.1.4?
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.2.0 - "Tarabon" - in development
74+
Version 2.1.4 - "Bethal" - in development
7575

7676
### New Features
7777

@@ -134,11 +134,11 @@ Nice and easy :)
134134

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

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

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

141-
`//cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js`
141+
`//cdnjs.cloudflare.com/ajax/libs/phaser/2.1.4/phaser.min.js`
142142

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

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

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.2.0",
4-
"release": "Tarabon",
3+
"version": "2.1.4",
4+
"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)",
77
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",

resources/release-names.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Cities: Eianrod *, Jurene, Maerone, Morelle, Selean, Taien, Tremonsien
4242
Ghealdan *
4343

4444
Capital: Jehannah
45-
Cities: Bethal, Boannda, Cosamelle, Fyall, Jarra, Samaha, Samara, Sidon, Tallan, Willar
45+
Cities: Bethal *, Boannda, Cosamelle, Fyall, Jarra, Samaha, Samara, Sidon, Tallan, Willar
4646
POI: Forest of Shadows, River Manetherendrelle, River Eldar, River Boern, Dhallin Forest
4747

4848
Illian
@@ -72,7 +72,7 @@ Shienar *
7272
Capital: Fal Moran
7373
Cities: Ankor Dail, Camron Caan, Fal Dara, Fal Eisen, Fal Sion, Medo, Mos Shirare *
7474

75-
Tarabon *
75+
Tarabon
7676

7777
Capital: Tanchico *
7878
Cities: Alcruna, Elmora, Maracru, Nassad, Serana

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

1616
AUTO: 0,

0 commit comments

Comments
 (0)