From cf943453b9bb3f23dab407f3853ea60b40d2c99f Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 28 Jul 2024 22:11:17 +0800 Subject: [PATCH] released v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6639a36..3dd182f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-folder-tree", - "version": "0.0.1", + "version": "1.0.0", "description": "View the folder directory tree structure, similar to the output of the tree command", "homepage": "https://github.com/jaywcjlove/github-action-folder-tree#readme", "main": "dist/index.js",