Skip to content

Commit 5594714

Browse files
committed
bump
1 parent ce9ad02 commit 5594714

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-handlebars",
33
"name": "Obsidian Handlebars Template Plugin",
4-
"version": "1.0.9",
4+
"version": "1.0.10",
55
"minAppVersion": "1.0.0",
66
"description": "This is a plugin for Obsidian that adds support for handlebars template blocks in notes.",
77
"author": "Sean Quinlan",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-handlebars",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "This is a plugin for Obsidian that adds support for handlebars blocks in notes.",
55
"repository": "git@github.com:sbquinlan/etf-holdings.git",
66
"author": "Sean Quinlan <1011062+sbquinlan@users.noreply.github.com>",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"1.0.6": "1.0.0",
99
"1.0.7": "1.0.0",
1010
"1.0.8": "1.0.0",
11-
"1.0.9": "1.0.0"
11+
"1.0.9": "1.0.0",
12+
"1.0.10": "1.0.0"
1213
}

0 commit comments

Comments
 (0)