From fc635f1cbe0f649f669d4cda7cf281f625c2a378 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 22 Jan 2025 11:46:51 -0800 Subject: [PATCH] manifest: pin to 2.4.0 for now --- manifest-beta.json | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index dd86e96..3a1c8db 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.5.0", + "version": "2.6.0", "minAppVersion": "1.5.12", "description": "View Supernote notes, generate markdown from note and capture screen mirror.", "author": "Brandon Philips", diff --git a/manifest.json b/manifest.json index eaaf02a..3fb4d57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "supernote", "name": "Unofficial Supernote by Ratta Integration", - "version": "2.6.0", + "version": "2.4.0", "minAppVersion": "1.5.12", "description": "View Supernote notes, generate markdown from note and capture screen mirror.", "author": "Brandon Philips", "authorUrl": "https://ifup.org", "fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding", "isDesktopOnly": false -} \ No newline at end of file +}