chore: revert version to 0.0.3

This commit is contained in:
Anton Duda 2026-06-01 10:41:46 +03:00
parent 3f82b5313b
commit ee659c57e9
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "strudel-repl",
"name": "Strudel REPL",
"version": "0.0.4",
"version": "0.0.3",
"minAppVersion": "1.9.14",
"description": "Live-coding music environment — Strudel REPL integrated into your vault.",
"author": "Anton Duda",

View file

@ -1,6 +1,6 @@
{
"name": "strudel-obsidian-plugin",
"version": "0.0.4",
"version": "0.0.3",
"description": "Strudel REPL Obsidian plugin",
"main": "main.js",
"scripts": {

View file

@ -2,5 +2,4 @@
"0.0.1": "1.9.14",
"0.0.2": "1.9.14",
"0.0.3": "1.9.14",
"0.0.4": "1.9.14",
}