From f7c58ddf2d818991d1f4e3a5b0d6572c5d01ca7b Mon Sep 17 00:00:00 2001 From: Dilantha Nanayakkara <450922+dilantha@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:22:22 +1100 Subject: [PATCH] chore: bump version to 1.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index fe2406b..a95f705 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "link-formatter", "name": "Link Formatter", - "version": "Invalid version type. Use: major, minor, or patch.1", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Formats a block of links into a clean markdown list", "author": "Dilantha Nanayakkara", diff --git a/package.json b/package.json index 654f444..e31bf39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "link-formatter", - "version": "Invalid version type. Use: major, minor, or patch.1", + "version": "1.0.1", "description": "", "main": "main.js", "scripts": {