Skip to content

Commit 18cbc78

Browse files
committed
v1.0.5
1 parent ee368a5 commit 18cbc78

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "babashka",
33
"name": "Babashka",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"minAppVersion": "1.1.9",
66
"description": "Evaluate Clojure(Script) codeblocks in Babashka.",
77
"author": "Filipe Silva",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-babashka",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Babashka plugin for Obsidian",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.0.1": "1.1.9",
44
"1.0.2": "1.1.9",
55
"1.0.3": "1.1.9",
6-
"1.0.4": "1.1.9"
6+
"1.0.4": "1.1.9",
7+
"1.0.5": "1.1.9"
78
}

0 commit comments

Comments
 (0)