Skip to content

Commit a23ac93

Browse files
committed
Update version
1 parent 87139de commit a23ac93

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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": "JiraIssue",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"minAppVersion": "0.12.0",
66
"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.",
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.3.0",
3+
"version": "1.4.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": {

styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@ th {
314314

315315
.jira-issue-container .table.is-hoverable.is-dark tbody tr:not(.is-selected):hover {
316316
background-color: #141414;
317-
}
317+
}

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.9.7",
33
"1.0.1": "0.12.0",
4-
"1.3.0": "0.12.0"
4+
"1.3.0": "0.12.0",
5+
"1.4.0": "0.12.0"
56
}

0 commit comments

Comments
 (0)