From 3dafd3deeb6013ae5551487c8b09af23ea79a832 Mon Sep 17 00:00:00 2001 From: Lorens Osman Date: Mon, 24 Mar 2025 09:09:37 +0300 Subject: [PATCH] second --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7c89039..8f53dc4 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Double row toolbar", "version": "1.0.0", "minAppVersion": "1.8.4", - "description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.", + "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "author": "Lorens Osman", "authorUrl": "https://twitter.com/lorans_othman", "fundingUrl": "https://www.buymeacoffee.com/lorens", diff --git a/package.json b/package.json index 1db1b2d..05d5c16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "double-row-toolbar", "version": "1.0.0", - "description": "Adds a second row to the Obsidian toolbar on mobile devices, allowing for more quick access buttons.", + "description": "Adds a second row to the toolbar on mobile devices, allowing for more quick access buttons.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",