Skip to content

Commit 6a8e17b

Browse files
chore: bump version to 1.4.0 [skip ci]
1 parent e1de32f commit 6a8e17b

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.3.1",
4+
"version": "1.4.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.3.1",
3+
"version": "1.4.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
@@ -10,5 +10,6 @@
1010
"1.2.2": "0.15.0",
1111
"1.2.3": "0.15.0",
1212
"1.3.0": "0.15.0",
13-
"1.3.1": "0.15.0"
13+
"1.3.1": "0.15.0",
14+
"1.4.0": "0.15.0"
1415
}

0 commit comments

Comments
 (0)