Skip to content

Commit a0b7afb

Browse files
committed
Prepared files for release 2.8.0
1 parent b32876c commit a0b7afb

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.7.1",
4+
"version": "2.8.0",
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.7.1",
3+
"version": "2.8.0",
44
"description": "",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"2.5.2": "0.15.0",
1919
"2.6.0": "0.15.0",
2020
"2.7.0": "0.15.0",
21-
"2.7.1": "0.15.0"
21+
"2.7.1": "0.15.0",
22+
"2.8.0": "0.15.0"
2223
}

0 commit comments

Comments
 (0)