Skip to content

Commit 047c8b4

Browse files
chore: bump version to 1.9.0 [skip ci]
1 parent 72f8aec commit 047c8b4

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-issues",
33
"name": "Github Issues",
4-
"version": "1.8.0",
4+
"version": "1.9.0",
55
"minAppVersion": "0.15.0",
66
"description": "Track GitHub Issues, Pull Requests, GitLab Issues and Merge Requests directly in your vault",
77
"author": "LonoxX",
@@ -11,4 +11,4 @@
1111
"GitHub Sponsor": "https://github.com/sponsors/LonoxX",
1212
"Ko-fi": "https://ko-fi.com/LonoxX"
1313
}
14-
}
14+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-issues",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Track GitHub and GitLab issues and pull/merge requests in Obsidian",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"1.6.1": "0.15.0",
1818
"1.6.2": "0.15.0",
1919
"1.7.0": "0.15.0",
20-
"1.8.0": "0.15.0"
20+
"1.8.0": "0.15.0",
21+
"1.9.0": "0.15.0"
2122
}

0 commit comments

Comments
 (0)