mirror of
https://github.com/mprojectscode/obsidian-safe-js-plugin.git
synced 2026-07-22 06:55:38 +00:00
[auto] bump version to 0.2.0
This commit is contained in:
parent
5906e155f9
commit
90768fa96a
4 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "safe-js",
|
||||
"name": "Safe JS",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "1.13.0",
|
||||
"description": "Run JavaScript through sandboxed Web Workers and a limited RPC surface.",
|
||||
"author": "Moritz Jung",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "safe-js",
|
||||
"name": "Safe JS",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0",
|
||||
"minAppVersion": "1.13.0",
|
||||
"description": "Run JavaScript through sandboxed Web Workers and a limited RPC surface.",
|
||||
"author": "Moritz Jung",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-safe-js-plugin",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0",
|
||||
"description": "Run JavaScript in Obsidian through sandboxed Web Workers and a limited RPC surface.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
"0.1.0": "1.12.3",
|
||||
"0.1.1": "1.12.3",
|
||||
"0.1.2": "1.12.3",
|
||||
"0.1.3": "1.12.3"
|
||||
"0.1.3": "1.12.3",
|
||||
"0.2.0": "1.13.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue