Skip to content

Commit e69e72f

Browse files
committed
Version bump to V0.5.0
1 parent 77dfbfe commit e69e72f

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.4.1",
4+
"version": "0.5.0",
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.4.1",
3+
"version": "0.5.0",
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
@@ -89,5 +89,6 @@
8989
"0.3.20": "0.15.0",
9090
"0.3.21": "0.15.0",
9191
"0.4.0": "0.15.0",
92-
"0.4.1": "0.15.0"
92+
"0.4.1": "0.15.0",
93+
"0.5.0": "0.15.0"
9394
}

0 commit comments

Comments
 (0)