Skip to content

Commit 409a5eb

Browse files
committed
3.21.1
1 parent 467aac2 commit 409a5eb

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## Version 3.21.1 - Senku - in development
4+
5+
### Examples, Documentation and TypeScript
6+
7+
My thanks to the following for helping with the Phaser 3 Examples, Docs and TypeScript definitions, either by reporting errors, fixing them or helping author the docs:
8+
9+
@fselcukcan
10+
11+
312
## Version 3.21.0 - Senku - 22nd November 2019
413

514
### New Features

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": "3.21.0",
3+
"version": "3.21.1",
44
"release": "Senku",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.21.0',
23+
VERSION: '3.21.1',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)