From 0abd984998a84f0ce771070c4975fc4a74c885d5 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Fri, 7 Mar 2025 19:43:26 +0800 Subject: [PATCH] 2.1.12 --- cc-plugin.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc-plugin.config.ts b/cc-plugin.config.ts index a210df9..64a49b5 100644 --- a/cc-plugin.config.ts +++ b/cc-plugin.config.ts @@ -9,7 +9,7 @@ function i18n(key: string) { const manifest: CocosPluginManifest = { name: pkgName, - version: "2.1.10", + version: "2.1.12", description: "Debug games made with CocosCreator and display node trees and node properties", store: "https://store.cocos.com/app/detail/2002", author: "xu_yanfeng",