From d9b0e903886b9359b156261cff4e673e2ea60be0 Mon Sep 17 00:00:00 2001 From: xu_yanfeng Date: Thu, 15 May 2025 19:06:30 +0800 Subject: [PATCH] update version --- 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 16a5b51..7a35931 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.17", + version: "2.1.18", description: "Debug games made with CocosCreator and display node trees and node properties", store: "https://store.cocos.com/app/detail/2002", author: "xu_yanfeng",