mirror of
https://github.com/dudaanton/obsidian-strudel-plugin.git
synced 2026-07-22 06:43:01 +00:00
chore: Bump version to 0.0.2
This commit is contained in:
parent
a2bbe913cf
commit
5be0d1a93e
3 changed files with 4 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"0.0.1": "1.9.14"
|
||||
"0.0.1": "1.9.14",
|
||||
"0.0.2": "1.9.14",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue