[auto] bump version to 0.2.0

This commit is contained in:
Moritz Jung 2026-05-31 22:13:50 +02:00
parent 5906e155f9
commit 90768fa96a
4 changed files with 5 additions and 4 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}