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