Skip to content

Commit

Permalink
Preparing for v3.88 version
Browse files Browse the repository at this point in the history
  • Loading branch information
photonstorm committed Jan 2, 2025
1 parent 97e3e67 commit 75628e3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions changelog/3.88/CHANGELOG-v3.88.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Version 3.88 - Minami - in dev

## New Features

## Updates

## Bug Fixes

## Examples, Documentation, Beta Testing and TypeScript

Thanks to the following for helping with the Phaser Examples, Beta Testing, Docs, and TypeScript definitions, either by reporting errors, fixing them, or helping author the docs:

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phaser",
"version": "3.87.0",
"release": "Hanabi",
"version": "3.88.0",
"release": "Minami",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers from the team at Phaser Studio Inc.",
"author": "Richard Davey <[email protected]> (https://www.phaser.io)",
"homepage": "https://phaser.io",
Expand Down
4 changes: 2 additions & 2 deletions src/const.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var CONST = {
* @type {string}
* @since 3.0.0
*/
VERSION: '3.87',
VERSION: '3.88',

/**
* Phaser Release Version as displayed in the console.log header URL.
Expand All @@ -30,7 +30,7 @@ var CONST = {
* @type {string}
* @since 3.87.0
*/
LOG_VERSION: 'v387',
LOG_VERSION: 'v388',

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

Expand Down

0 comments on commit 75628e3

Please sign in to comment.