Skip to content

Commit 962e2d5

Browse files
chore: bump version to 1.1.1 [skip ci]
1 parent 82ab326 commit 962e2d5

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.1.0",
4+
"version": "1.1.1",
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.1.0",
3+
"version": "1.1.1",
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
@@ -3,5 +3,6 @@
33
"1.0.2": "0.15.0",
44
"1.0.3": "0.15.0",
55
"1.0.4": "0.15.0",
6-
"1.1.0": "0.15.0"
6+
"1.1.0": "0.15.0",
7+
"1.1.1": "0.15.0"
78
}

0 commit comments

Comments
 (0)