From 352863d66447284e066b4a5a1272c74b48919afa Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Thu, 28 Nov 2019 10:43:02 +0000 Subject: [PATCH] Bump to 3.22 --- package.json | 2 +- src/const.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ca4b1d419..efa179ccc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.21.1", + "version": "3.22.0", "release": "Senku", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (http://www.photonstorm.com)", diff --git a/src/const.js b/src/const.js index 3b9cbde36..b1b618302 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.21.1', + VERSION: '3.22.0', BlendModes: require('./renderer/BlendModes'),