Skip to content

Commit 5e0397b

Browse files
committed
Bump version
1 parent a1cae0d commit 5e0397b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c
66

77
Phaser CE is based on Phaser v2.6.2 by Photon Storm. [Phaser](http://phaser.io/) is the current and fully maintained version.
88

9-
The [current Phaser CE release is 2.20.1](https://github.com/phaserjs/phaser-ce/releases/tag/v2.20.1).
9+
The [current Phaser CE release is 2.20.2](https://github.com/phaserjs/phaser-ce/releases/tag/v2.20.2).
1010

1111
- [Phaser CE API Documentation](https://phaserjs.github.io/phaser-ce/)
1212
- [Phaser 2 Examples](https://samme.github.io/phaser-examples-mirror/) ([source code][examples])
@@ -72,19 +72,19 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
7272
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce). Include the following in your html:
7373

7474
```html
75-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/build/phaser.js"></script>
75+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/build/phaser.js"></script>
7676
```
7777

7878
or the minified version:
7979

8080
```html
81-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
81+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2"></script>
8282
```
8383

84-
[Custom builds](https://cdn.jsdelivr.net/npm/[email protected].1/build/custom/) are available too, e.g.,
84+
[Custom builds](https://cdn.jsdelivr.net/npm/[email protected].2/build/custom/) are available too, e.g.,
8585

8686
```html
87-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/build/custom/phaser-arcade-physics.js"></script>
87+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/build/custom/phaser-arcade-physics.js"></script>
8888
```
8989

9090
<a name="getting-started"></a>
@@ -235,10 +235,10 @@ The Phaser logo and characters are © 2024 Photon Storm Limited. All rights rese
235235

236236
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
237237

238-
[get-js]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.1/phaser.js
239-
[get-minjs]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.1/phaser.min.js
240-
[get-zip]: https://github.com/phaserjs/phaser-ce/archive/v2.20.1.zip
241-
[get-tgz]: https://github.com/phaserjs/phaser-ce/archive/v2.20.1.tar.gz
238+
[get-js]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2/phaser.js
239+
[get-minjs]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2/phaser.min.js
240+
[get-zip]: https://github.com/phaserjs/phaser-ce/archive/v2.20.2.zip
241+
[get-tgz]: https://github.com/phaserjs/phaser-ce/archive/v2.20.2.tar.gz
242242
[clone-http]: https://github.com/phaserjs/phaser-ce.git
243243
[clone-ssh]: ssh://[email protected]:phaserjs/phaser-ce.git
244244
[clone-svn]: https://github.com/phaserjs/phaser-ce

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "phaser-ce",
3-
"version": "2.20.1",
3+
"version": "2.20.2",
44
"release": {
5-
"date": "2024-10-05"
5+
"date": "2025-02-20"
66
},
77
"description": "Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
88
"author": "Richard Davey <[email protected]> (http://www.photonstorm.com)",

src/Phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Phaser = Phaser || { // jshint ignore:line
1414
* @constant Phaser.VERSION
1515
* @type {string}
1616
*/
17-
VERSION: '2.20.1',
17+
VERSION: '2.20.2',
1818

1919
/**
2020
* AUTO renderer - picks between WebGL or Canvas based on device.

0 commit comments

Comments
 (0)