Skip to content

Commit ef1dab7

Browse files
jamiefdhurstgithub-actions[bot]
authored andcommitted
[skip ci] Update version to v0.0.2
1 parent 88ef894 commit ef1dab7

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "inbox-organiser",
33
"name": "Inbox Organiser",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
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",
88
"authorUrl": "https://jamiehurst.co.uk",
99
"isDesktopOnly": false
10-
}
10+
}

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.1",
3+
"version": "0.0.2",
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"0.0.1": "1.6.6"
3-
}
2+
"0.0.1": "1.6.6",
3+
"0.0.2": "1.6.6"
4+
}

0 commit comments

Comments
 (0)