We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95b264 commit 884f468Copy full SHA for 884f468
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "code-files",
3
"name": "Code Files",
4
- "version": "1.0.3",
+ "version": "1.0.4",
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
@@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
- "1.0.3": "0.15.0"
+ "1.0.3": "0.15.0",
+ "1.0.4": "0.15.0"
}
0 commit comments