chore: Bump version to 0.0.2

This commit is contained in:
Anton Duda 2025-10-26 22:20:10 +03:00
parent a2bbe913cf
commit 5be0d1a93e
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -1,3 +1,4 @@
{
"0.0.1": "1.9.14"
"0.0.1": "1.9.14",
"0.0.2": "1.9.14",
}