Skip to content

Commit 7f246f6

Browse files
Bump version
1 parent abd1f09 commit 7f246f6

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": "canvas-dailynote",
33
"name": "Canvas Daily Note",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"minAppVersion": "0.15.0",
66
"description": "Allows you to add a daily note node to the canvas that will always show todays note.",
77
"author": "Andrew McGivery",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-canvas-dailynote",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A plugin for Obsidian.MD that allows you to add a daily note node to the canvas that will always show todays note.",
55
"main": "dist/main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"1.0.0": "0.15.0",
3-
"1.0.1": "0.15.0"
3+
"1.0.1": "0.15.0",
4+
"1.0.2": "0.15.0"
45
}

0 commit comments

Comments
 (0)