Skip to content

Commit 5df37a1

Browse files
jamiefdhurstgithub-actions[bot]
authored andcommitted
[skip ci] Update version to v0.1.0
1 parent 2bceff6 commit 5df37a1

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": "inbox-organiser",
33
"name": "Inbox Organiser",
4-
"version": "0.0.5",
4+
"version": "0.1.0",
55
"minAppVersion": "1.6.6",
66
"description": "Capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.",
77
"author": "Jamie Hurst",

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-inbox-organiser",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "Capture any new notes into an inbox and periodically prompt to organise these into other folders within the vault.",
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
"0.0.2": "1.6.6",
44
"0.0.3": "1.6.6",
55
"0.0.4": "1.6.6",
6-
"0.0.5": "1.6.6"
6+
"0.0.5": "1.6.6",
7+
"0.1.0": "1.6.6"
78
}

0 commit comments

Comments
 (0)