Skip to content

Commit bd8c865

Browse files
committed
Prepared for version 2.8.1
1 parent 6b54fe3 commit bd8c865

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "keyshots",
33
"name": "Keyshots",
4-
"version": "2.8.0",
4+
"version": "2.8.1",
55
"minAppVersion": "0.15.0",
66
"description": "Add classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.",
77
"author": "KrazyManJ",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-keyshots",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"2.6.0": "0.15.0",
2020
"2.7.0": "0.15.0",
2121
"2.7.1": "0.15.0",
22-
"2.8.0": "0.15.0"
22+
"2.8.0": "0.15.0",
23+
"2.8.1": "0.15.0"
2324
}

0 commit comments

Comments
 (0)