From 902c8b7bdd78370ffde6d3d59ae105a4faee9dec Mon Sep 17 00:00:00 2001 From: m-kk <46383441+m-kk@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:35:06 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=201.1.1=20=E2=80=94=20f?= =?UTF-8?q?ix=20release-scan=20warnings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 20 ++++++++++---------- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index e9607db..0ac5d37 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "table-of-contents-generator", - "name": "Table of Contents Generator", - "version": "1.1.0", - "minAppVersion": "1.7.2", - "description": "Generate a table of contents for your notes.", - "author": "Matt Kaili", - "authorUrl": "https://github.com/m-kk", - "isDesktopOnly": false, - "fundingUrl": "https://buymeacoffee.com/mattkk" -} + "id": "table-of-contents-generator", + "name": "Table of Contents Generator", + "version": "1.1.1", + "minAppVersion": "1.7.2", + "description": "Generate a table of contents for your notes.", + "author": "Matt Kaili", + "authorUrl": "https://github.com/m-kk", + "isDesktopOnly": false, + "fundingUrl": "https://buymeacoffee.com/mattkk" +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 44fd4c8..1cc8ad4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "devDependencies": { "@types/node": "^22.20.1", diff --git a/package.json b/package.json index 63a3a78..e1f851a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-toc-generator", - "version": "1.1.0", + "version": "1.1.1", "description": "Table of Contents Generator for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index eab5ec9..57278d8 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.0": "1.7.2" -} + "1.1.0": "1.7.2", + "1.1.1": "1.7.2" +} \ No newline at end of file