From d027a1831a7b0509cb300a2aaedad0c20a38bf62 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sat, 29 Mar 2025 22:58:11 +0100 Subject: [PATCH] Correct version from 1.0.0 to 0.0.1 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90a4ad2..f6436d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vhdldoc", - "version": "1.0.0", + "version": "0.0.1", "description": "VHDL Documentation Generator using web-tree-sitter", "main": "dist/index.js", "scripts": {