We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b54fe3 commit bd8c865Copy full SHA for bd8c865
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "keyshots",
3
"name": "Keyshots",
4
- "version": "2.8.0",
+ "version": "2.8.1",
5
"minAppVersion": "0.15.0",
6
"description": "Add classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.",
7
"author": "KrazyManJ",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-keyshots",
"description": "",
"main": "main.js",
"scripts": {
versions.json
@@ -19,5 +19,6 @@
19
"2.6.0": "0.15.0",
20
"2.7.0": "0.15.0",
21
"2.7.1": "0.15.0",
22
- "2.8.0": "0.15.0"
+ "2.8.0": "0.15.0",
23
+ "2.8.1": "0.15.0"
24
}
0 commit comments