From 46d06e4b8eacec47e9a7dad2a28f9c900209e58a Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Tue, 11 Feb 2025 20:43:50 +0800 Subject: [PATCH] 2.1.8 --- 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 480b5e6..8b295a5 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.7", + version: "2.1.8", description: "Debug games made with CocosCreator and display node trees and node properties", store: "https://store.cocos.com/app/detail/2002", author: "xu_yanfeng",