Skip to content

Commit 0a9633c

Browse files
committed
Preparing for 3.2.1.
1 parent 15def0f commit 0a9633c

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 3.2.1 - In Development
4+
5+
### New Features
6+
7+
### Bug Fixes
8+
9+
### Updates
10+
11+
12+
313
## Version 3.2.0 - Kaori - 5th March 2018
414

515
### 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.2.0",
3+
"version": "3.2.1",
44
"release": "Kaori",
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
@@ -13,7 +13,7 @@ var CONST = {
1313
* @type {string}
1414
* @since 3.0.0
1515
*/
16-
VERSION: '3.2.0',
16+
VERSION: '3.2.1',
1717

1818
BlendModes: require('./renderer/BlendModes'),
1919

0 commit comments

Comments
 (0)