We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.0.7
1 parent 69c1f0f commit b432ea1Copy full SHA for b432ea1
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "js-engine",
3
"name": "JS Engine",
4
- "version": "0.0.6",
+ "version": "0.0.7",
5
"minAppVersion": "1.4.0",
6
"description": "Run JavaScript from within your notes.",
7
"author": "Moritz Jung",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-js-engine-plugin",
"description": "This plugin for obsidian allows you to use and run JavaScript from within your notes.",
"main": "main.js",
"scripts": {
versions.json
@@ -1,4 +1,5 @@
"1.0.0": "0.15.0",
- "0.0.6": "1.4.0"
+ "0.0.6": "1.4.0",
+ "0.0.7": "1.4.0"
}
0 commit comments