Skip to content

Commit

Permalink
chore: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jan 14, 2023
1 parent 3afb12e commit e425750
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "babashka",
"name": "Babashka",
"version": "1.0.1",
"version": "1.0.2",
"minAppVersion": "1.1.9",
"description": "Run Clojure(Script) codeblocks in Babashka.",
"author": "Filipe Silva",
"authorUrl": "https://github.com/filipesilva",
"isDesktopOnly": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-babashka",
"version": "1.0.0",
"version": "1.0.2",
"description": "Babashka plugin for Obsidian",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "1.1.9",
"1.0.1": "1.1.9"
}
"1.0.1": "1.1.9",
"1.0.2": "1.1.9"
}

0 comments on commit e425750

Please sign in to comment.