We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32876c commit a0b7afbCopy full SHA for a0b7afb
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "keyshots",
3
"name": "Keyshots",
4
- "version": "2.7.1",
+ "version": "2.8.0",
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
@@ -18,5 +18,6 @@
18
"2.5.2": "0.15.0",
19
"2.6.0": "0.15.0",
20
"2.7.0": "0.15.0",
21
- "2.7.1": "0.15.0"
+ "2.7.1": "0.15.0",
22
+ "2.8.0": "0.15.0"
23
}
0 commit comments