Skip to content

Commit 32c640e

Browse files
committed
Version bump to V0.6.4
1 parent e549297 commit 32c640e

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": "prj",
33
"name": "Prj Plugin",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"minAppVersion": "0.15.0",
66
"description": "Prj Plugin - Project, Document, and Task Management",
77
"author": "M. Passarello",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-prj-plugin",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Prj Plugin - Project, Document, and Task Management",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
"0.6.0": "0.15.0",
9797
"0.6.1": "0.15.0",
9898
"0.6.2": "0.15.0",
99-
"0.6.3": "0.15.0"
99+
"0.6.3": "0.15.0",
100+
"0.6.4": "0.15.0"
100101
}

0 commit comments

Comments
 (0)