Skip to content

Commit

Permalink
Corrected manifest file and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
srz2 committed Oct 26, 2023
1 parent 49ccbce commit b648e25
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.3": "0.15.0"
"1.0.4": "0.15.0"
}

0 comments on commit b648e25

Please sign in to comment.