mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Updated for 3.86.1
This commit is contained in:
parent
833802c6e5
commit
c78b3a007d
2 changed files with 15 additions and 1 deletions
14
changelog/3.86.1/CHANGELOG-v3.86.1.md
Normal file
14
changelog/3.86.1/CHANGELOG-v3.86.1.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Version 3.86.§ - Aoi - in dev
|
||||
|
||||
## Updates
|
||||
|
||||
|
||||
## Bug Fixes
|
||||
|
||||
* `Utils.String.RemoveAt` would incorrectly calculate the slice index if it was > 0. It will now remove the correctly specified character.
|
||||
|
||||
|
||||
## 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:
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "phaser",
|
||||
"version": "3.86.0",
|
||||
"version": "3.86.1",
|
||||
"release": "Aoi",
|
||||
"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 <rich@phaser.io> (https://www.phaser.io)",
|
||||
|
|
Loading…
Reference in a new issue