Skip to content

Commit 9ff618a

Browse files
committed
New release
1 parent 2666102 commit 9ff618a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-jira-issue",
33
"name": "Jira Issue",
4-
"version": "1.55.0",
4+
"version": "1.56.0",
55
"minAppVersion": "0.12.0",
66
"description": "This plugin allows you to track the progress of Atlassian Jira issues from your Obsidian notes.",
77
"author": "marc0l92",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-jira-issue",
3-
"version": "1.55.0",
3+
"version": "1.56.0",
44
"description": "This plugin allows you to track the progress of [Atlassian Jira](https://www.atlassian.com/software/jira) issues from your [Obsidian](https://obsidian.md/) notes.",
55
"main": "src/main.js",
66
"scripts": {

Diff for: versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@
6767
"1.52.0": "0.12.0",
6868
"1.53.0": "0.12.0",
6969
"1.54.0": "0.12.0",
70-
"1.55.0": "0.12.0"
70+
"1.55.0": "0.12.0",
71+
"1.56.0": "0.12.0"
7172
}

0 commit comments

Comments
 (0)