From 547c7455c3aeea6517cddda9fccbcb94400090a2 Mon Sep 17 00:00:00 2001 From: Connor Park Date: Sat, 6 Jul 2024 12:45:39 -0400 Subject: [PATCH] update min app version --- main.ts | 2 +- manifest.json | 2 +- versions.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 65820d2..8c31a63 100644 --- a/main.ts +++ b/main.ts @@ -29,7 +29,7 @@ export default class NotesRefresher extends Plugin { this.addSettingTab(new NotesRefresherSettingTab(this.app, this)); - this.addRibbonIcon("clock-4", "Get Note Summaries", async () => { + this.addRibbonIcon("clock-4", "Get note summaries", async () => { const modal = new RefresherModal(this.app, null); modal.open(); diff --git a/manifest.json b/manifest.json index bd7f55f..fa75da6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "notes-refresher", "name": "Notes Refresher", "version": "1.0.0", - "minAppVersion": "0.15.0", + "minAppVersion": "1.6.5", "description": "Provides summaries of notes from your Vault.", "author": "Connor Park", "isDesktopOnly": true diff --git a/versions.json b/versions.json index 26382a1..33e39c5 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "1.0.0": "0.15.0" + "1.0.0": "1.6.5" }