We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f94d9f commit 1192080Copy full SHA for 1192080
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "code-files",
3
"name": "Code Files",
4
- "version": "1.0.6",
+ "version": "1.0.7",
5
"minAppVersion": "0.15.0",
6
"description": "Edit Code Files in Obsidian with VSCode's powerful Monaco Editor",
7
"author": "Lukas Bach",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-code-files-plugin",
"main": "main.js",
"scripts": {
"build": "obsidian-plugin build src/main.ts",
versions.json
@@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
8
- "1.0.6": "0.15.0"
+ "1.0.6": "0.15.0",
9
+ "1.0.7": "0.15.0"
10
}
0 commit comments