From 2f4251f4daf296a7e04d9986e3cbf62a3e05e6d4 Mon Sep 17 00:00:00 2001 From: FAXES <31368070+FAXES@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:02:48 +1000 Subject: [PATCH] =?UTF-8?q?Updated=20version=20number=20=F0=9F=94=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be13be7..d7c94a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "markdownconvert", "description": "Markdown Converter (markdownconvert) is a conversion tool to convert Markdown into HTML.", - "version": "0.9.99", + "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"