From 2a0a50d8b06d46532890423fe5b640608c8a01e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Mon, 8 Apr 2024 15:25:48 +0800 Subject: [PATCH] Release 0.2.1 --- metadata.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/metadata.lua b/metadata.lua index ec53ea6..ec91978 100644 --- a/metadata.lua +++ b/metadata.lua @@ -5,7 +5,7 @@ PLUGIN = {} --- Plugin name PLUGIN.name = "nodejs" --- Plugin version -PLUGIN.version = "0.2.0" +PLUGIN.version = "0.2.1" --- Plugin repository PLUGIN.homepage = "https://github.com/version-fox/vfox-nodejs" --- Plugin license @@ -18,4 +18,3 @@ PLUGIN.description = "Node.js runtime environment." PLUGIN.minRuntimeVersion = "0.3.0" -- Some things that need user to be attention! PLUGIN.notes = {} -