From 921fc6b68db01ed79485246743ff141b530aabd7 Mon Sep 17 00:00:00 2001 From: iLiftALot Date: Thu, 21 Nov 2024 23:37:30 -0500 Subject: [PATCH] Automated update for version 5.0.4 --- 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 ab731f8..75664b6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "insta-toc", "name": "Insta TOC", - "version": "5.0.3", + "version": "5.0.4", "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 3c0cdec..dff33c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "insta-toc", - "version": "5.0.3", + "version": "5.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "insta-toc", - "version": "5.0.3", + "version": "5.0.4", "license": "MIT", "dependencies": { "deepmerge-ts": "7.1.3" diff --git a/package.json b/package.json index a0840fc..222164f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "insta-toc", - "version": "5.0.3", + "version": "5.0.4", "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 5f48d23..30b03cb 100644 --- a/versions.json +++ b/versions.json @@ -51,5 +51,6 @@ "5.0.0": "0.15.0", "5.0.1": "0.15.0", "5.0.2": "0.15.0", - "5.0.3": "0.15.0" + "5.0.3": "0.15.0", + "5.0.4": "0.15.0" } \ No newline at end of file