Skip to content

Commit dfa3a64

Browse files
committed
Updated version to 1.0.7
1 parent 585bcb3 commit dfa3a64

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "jira-linker",
33
"name": "Jira Linker",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"minAppVersion": "0.15.0",
66
"description": "Quickly format a Jira issue tag as a link to you Jira instance.",
77
"author": "Steven Zilberberg",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jira-linker",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "This is a simple plugin which adds a jira linker command",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"1.0.6": "0.15.0"
2+
"1.0.7": "0.15.0"
33
}

0 commit comments

Comments
 (0)