Skip to content

Commit 0c2fa1d

Browse files
chore: bump version to 1.5.0 [skip ci]
1 parent 54669a3 commit 0c2fa1d

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "github-issues",
33
"name": "Github Issues",
4-
"version": "1.4.0",
4+
"version": "1.5.0",
55
"minAppVersion": "0.15.0",
66
"description": "Track Github Issues and pull requests directly in your vault",
77
"author": "LonoxX",

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.4.0",
3+
"version": "1.5.0",
44
"description": "Track GitHub issues and pull 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
@@ -11,5 +11,6 @@
1111
"1.2.3": "0.15.0",
1212
"1.3.0": "0.15.0",
1313
"1.3.1": "0.15.0",
14-
"1.4.0": "0.15.0"
14+
"1.4.0": "0.15.0",
15+
"1.5.0": "0.15.0"
1516
}

0 commit comments

Comments
 (0)