Skip to content

Commit 7927924

Browse files
chore: bump version to 1.2.1 [skip ci]
1 parent 8e50bcb commit 7927924

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.2.0",
4+
"version": "1.2.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.2.0",
3+
"version": "1.2.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
@@ -5,5 +5,6 @@
55
"1.0.4": "0.15.0",
66
"1.1.0": "0.15.0",
77
"1.1.1": "0.15.0",
8-
"1.2.0": "0.15.0"
8+
"1.2.0": "0.15.0",
9+
"1.2.1": "0.15.0"
910
}

0 commit comments

Comments
 (0)