Skip to content

Commit 7eddcf2

Browse files
author
Marco LUCARELLA
committed
Update version
1 parent 867d96b commit 7eddcf2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

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.40.0",
4+
"version": "1.41.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",

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.40.0",
3+
"version": "1.41.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": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"1.39.1": "0.12.0",
4545
"1.39.2": "0.12.0",
4646
"1.39.3": "0.12.0",
47-
"1.40.0": "0.12.0"
47+
"1.40.0": "0.12.0",
48+
"1.41.0": "0.12.0"
4849
}

0 commit comments

Comments
 (0)