Skip to content

Commit d98e4a4

Browse files
committed
Version bump to V0.0.16
1 parent b35c9a9 commit d98e4a4

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.0.15",
4+
"version": "0.0.16",
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-sample-plugin",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
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
@@ -8,5 +8,6 @@
88
"0.0.12": "0.15.0",
99
"0.0.13": "0.15.0",
1010
"0.0.14": "0.15.0",
11-
"0.0.15": "0.15.0"
11+
"0.0.15": "0.15.0",
12+
"0.0.16": "0.15.0"
1213
}

0 commit comments

Comments
 (0)