Skip to content

Commit 9560d2d

Browse files
committed
release: bump version to 0.1.10
1 parent 597e612 commit 9560d2d

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
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": "obsidian-unified-question-handler",
33
"name": "Unified Question Handler",
4-
"version": "0.1.9",
4+
"version": "0.1.10",
55
"minAppVersion": "0.15.0",
66
"description": "A plugin that provides a unified interface for handling multiple questions in Obsidian note creation workflows.",
77
"author": "Blake Sims",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-unified-question-handler",
3-
"version": "0.1.9",
3+
"version": "0.1.10",
44
"description": "A plugin that provides a unified interface for handling multiple questions in Obsidian note creation workflows.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
"0.1.6": "0.15.0",
1010
"0.1.7": "0.15.0",
1111
"0.1.8": "0.15.0",
12-
"0.1.9": "0.15.0"
12+
"0.1.9": "0.15.0",
13+
"0.1.10": "0.15.0"
1314
}

0 commit comments

Comments
 (0)