diff --git a/manifest-beta.json b/manifest-beta.json index 89e9fb6..3d4e886 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -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", diff --git a/manifest.json b/manifest.json index 89e9fb6..3d4e886 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 0058126..82723da 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 2251f67..1dc73a9 100644 --- a/versions.json +++ b/versions.json @@ -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" }