From 803620ba60d8bf14282e763a3118942b1b768d51 Mon Sep 17 00:00:00 2001 From: Chen Yu Date: Fri, 25 Oct 2019 00:21:56 +0800 Subject: [PATCH] 1.6.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60ee476..acaf613 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phaser-ce-parceljs", - "version": "1.5.0", + "version": "1.6.0", "description": "Phaser CE boilerplate with typescript, babel and parcel bundler.", "scripts": { "start": "parcel serve src/index.html --out-dir dev/",