From b648e258cfc2c99b26be74c9c43462a5bcaa9aeb Mon Sep 17 00:00:00 2001 From: srz2 Date: Wed, 25 Oct 2023 21:49:28 -0400 Subject: [PATCH] Corrected manifest file and updated version --- manifest.json | 6 +++--- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index c407804..4130629 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "jira-linker", - "name": "JIRA Linker", - "version": "1.0.3", + "name": "Jira Linker", + "version": "1.0.4", "minAppVersion": "0.15.0", - "description": "Quickly format a JIRA issue tag as a link to you JIRA instance.", + "description": "Quickly format a Jira issue tag as a link to you Jira instance.", "author": "Steven Zilberberg", "authorUrl": "stevenzilberberg.com", "fundingUrl": "https://www.buymeacoffee.com/kvnfnpycl", diff --git a/package-lock.json b/package-lock.json index 32b5d76..c688c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jira-linker", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jira-linker", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 678fb23..041305e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jira-linker", - "version": "1.0.3", + "version": "1.0.4", "description": "This is a simple plugin which adds a jira linker command", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7598f4c..2583be9 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.3": "0.15.0" + "1.0.4": "0.15.0" }