Skip to content

Commit 06a5654

Browse files
committed
Bump to version 2.0.0
1 parent 35ad702 commit 06a5654

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "waypoint",
33
"name": "Waypoint",
4-
"version": "1.4.0",
4+
"version": "2.0.0",
55
"minAppVersion": "0.12.0",
66
"description": "Easily generate dynamic content maps in your folder notes. Enables folders to show up in the graph view and removes the need for messy tags!",
77
"author": "Idrees Hassan",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waypoint",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"description": "Easily generate dynamic content maps in your folder notes. Enables folders to show up in the graph view and removes the need for messy tags!",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"1.1.0": "0.12.0",
44
"1.2.0": "0.12.0",
55
"1.3.0": "0.12.0",
6-
"1.4.0": "0.12.0"
6+
"1.4.0": "0.12.0",
7+
"2.0.0": "0.12.0"
78
}

0 commit comments

Comments
 (0)