From de72c8247b5473f67765ca07ba420478211a4faa Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Wed, 23 Oct 2024 08:43:23 -0700 Subject: [PATCH] Bump version to 0.22.1 --- manifest.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 5d03cdf..cc84eb7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "description": "Improved table navigation, formatting, manipulation, and formulas", "isDesktopOnly": false, "minAppVersion": "1.0.0", - "version": "0.22.0", + "version": "0.22.1", "js": "main.js", "fundingUrl": { "Github Sponsor": "https://github.com/sponsors/tgrosinger", @@ -14,4 +14,4 @@ "Paypal": "https://paypal.me/tgrosinger" }, "donation": "https://buymeacoffee.com/tgrosinger" -} \ No newline at end of file +} diff --git a/package.json b/package.json index e6c8f30..08d5d64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-tables-obsidian", - "version": "0.22.0", + "version": "0.22.1", "description": "Improved table navigation, formatting, manipulation, and formulas", "main": "main.js", "scripts": { @@ -33,4 +33,4 @@ "dependencies": { "@tgrosinger/md-advanced-tables": "3.11.0" } -} \ No newline at end of file +}