From c9d7548cc97c804f2222813801d049f03a0f0776 Mon Sep 17 00:00:00 2001 From: Al0cam Date: Fri, 20 Feb 2026 07:43:35 +0100 Subject: [PATCH] fix: description update --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1222bb5..717588b 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "AutoMover", "version": "1.0.6", "minAppVersion": "0.15.0", - "description": "Moves files with specified names into the same folder.", + "description": "Move files and notes with specified names into their designated folders according to rules you define.", "author": "Al0cam", "authorUrl": "https://github.com/al0cam", "fundingUrl": "", diff --git a/package.json b/package.json index bc002ff..6ace876 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "AutoMover", "version": "1.0.6", - "description": "AutoMover: Moves files with specified names/tags where you want.", + "description": "AutoMover: Move files and notes with specified names into their designated folders according to rules you define.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",