From c9d9471d242f87dd18fb6c7257d580638c012127 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Thu, 22 May 2025 16:26:08 +0800 Subject: [PATCH] 2.1.19 --- 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 7a35931..680ec80 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.18", + version: "2.1.19", description: "Debug games made with CocosCreator and display node trees and node properties", store: "https://store.cocos.com/app/detail/2002", author: "xu_yanfeng",