From 8fbe6f98275c89073e9fd50fbb73c9840fc2e14f Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:14:21 +0200 Subject: [PATCH] v1.2.9 --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34b6a9d..51aaef6 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ ## Compatibility -Works with Phaser <3.50.0 and >=3.55.2. +Works with Phaser <3.50.0 and >=3.55.2. +_Successfully tested with v3.60.0_ -Works on Node.js 14.x, 16.x, 17.x and 18.x. +Works on Node.js 16.x, 18.x and 20.x. ## Install diff --git a/package.json b/package.json index 8f48b93..c46f42e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geckos.io/phaser-on-nodejs", - "version": "1.2.8", + "version": "1.2.9", "description": "Allows you to run Phaser 3 games (including Phaser's physics engines) on Node.js.", "main": "lib/index.js", "scripts": {