From 135d36bd9f7a89e08cc35885cb275c31f9536b1e Mon Sep 17 00:00:00 2001 From: iLiftALot Date: Sun, 1 Dec 2024 04:22:45 -0500 Subject: [PATCH] Automated update for version 6.0.0 --- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index f45cdbd..fe7d56b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "insta-toc", "name": "Insta TOC", - "version": "5.0.5", + "version": "6.0.0", "minAppVersion": "0.15.0", "description": "Simultaneously generate, update, and maintain a table of contents for your notes.", "author": "Nick C.", diff --git a/package-lock.json b/package-lock.json index 8091d1c..78355a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insta-toc", - "version": "5.0.5", + "version": "6.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "insta-toc", - "version": "5.0.5", + "version": "6.0.0", "license": "MIT", "dependencies": { "deepmerge-ts": "7.1.3" diff --git a/package.json b/package.json index 21e2a1b..fe5d13d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insta-toc", - "version": "5.0.5", + "version": "6.0.0", "description": "Simultaneously generate, update, and maintain a table of contents for your notes in real time.", "repository": { "directory": ".", diff --git a/versions.json b/versions.json index 4ef36ce..f75019e 100644 --- a/versions.json +++ b/versions.json @@ -53,5 +53,6 @@ "5.0.2": "0.15.0", "5.0.3": "0.15.0", "5.0.4": "0.15.0", - "5.0.5": "0.15.0" + "5.0.5": "0.15.0", + "6.0.0": "0.15.0" } \ No newline at end of file