From 5be0d1a93ef89da77121d8088334c6b8a699d07b Mon Sep 17 00:00:00 2001 From: Anton Duda Date: Sun, 26 Oct 2025 22:20:10 +0300 Subject: [PATCH] chore: Bump version to 0.0.2 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9ae8764..6ec4c49 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "strudel-repl", "name": "Strudel REPL", - "version": "0.0.1", + "version": "0.0.2", "minAppVersion": "1.9.14", "description": "Live-coding music environment — Strudel REPL integrated into your vault.", "author": "Anton Duda", diff --git a/package.json b/package.json index c8f5e6f..ef81c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strudel-obsidian-plugin", - "version": "0.0.1", + "version": "0.0.2", "description": "Strudel REPL Obsidian plugin", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6842d2f..e05b58e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "1.9.14" + "0.0.1": "1.9.14", + "0.0.2": "1.9.14", }