From 008879ca5c83cec49ebc85f966b6c98b093e394b Mon Sep 17 00:00:00 2001 From: szrpf <27185709@qq.com> Date: Mon, 2 Oct 2023 14:15:20 +0800 Subject: [PATCH] v1.4 --- project.json | 2 +- settings/project.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/project.json b/project.json index 6f1ec52..079513f 100644 --- a/project.json +++ b/project.json @@ -1,7 +1,7 @@ { "engine": "cocos2d-html5", "packages": "packages", - "version": "2.4.11", + "version": "2.4.12", "name": "AutoSizeDemo", "id": "4eece64e-1b25-4d91-88e0-60c49d6b5cd5", "isNew": false diff --git a/settings/project.json b/settings/project.json index 23bc092..0275648 100644 --- a/settings/project.json +++ b/settings/project.json @@ -68,5 +68,8 @@ } }, "preview-port": 7456, - "clear-simulator-cache": true + "clear-simulator-cache": true, + "migrate-history": [ + "cloud-function" + ] }