From 1199178eff047ca26a62b8a0386f77f1ca985f15 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 19 Feb 2024 16:27:19 +0000 Subject: [PATCH] beta 3 tag for safety --- package.json | 2 +- src/const.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b91c699e9f..a54aa3723b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser", - "version": "3.80.0-beta.2", + "version": "3.80.0-beta.3", "release": "Nino", "description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.", "author": "Richard Davey (https://www.phaser.io)", diff --git a/src/const.js b/src/const.js index 7c94fe6441..8687beafcc 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.80.0-beta.2', + VERSION: '3.80.0-beta.3', BlendModes: require('./renderer/BlendModes'),