From 1c6ad86c5a7a317817d6624a34b0d60fa4deed0b Mon Sep 17 00:00:00 2001 From: Joshua Gawenda Date: Wed, 20 Nov 2024 20:36:47 +0100 Subject: [PATCH] docs: update description --- README.md | 4 +++- manifest.json | 4 ++-- package.json | 4 ++-- versions.json | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d483092..66a6385 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Clear Todos -Adds a command to clear all finished todos in the current selection or the entire document if there is no selection. +> Quickly remove all completed todos from your notes or selected text. + +Adds a command to clear all completed todos in the current selection or the entire document if there is no selection. diff --git a/manifest.json b/manifest.json index 53dc7e1..da7b614 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "clear-todos", "name": "Clear Todos", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", - "description": "Allows you to clear all todos that are done in a note.", + "description": "Quickly remove all completed todos from your notes or selected text.", "author": "Joshua Gawenda", "authorUrl": "https://github.com/gutentag2012", "isDesktopOnly": false diff --git a/package.json b/package.json index 35bb960..23e2394 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-plugin-clear-todos", - "version": "1.0.1", - "description": "This is an obsidian plugin to clear finished todos", + "version": "1.0.2", + "description": "This is an obsidian plugin to quickly remove all completed todos from your notes or selected text.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", diff --git a/versions.json b/versions.json index e30b81d..eedeed6 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.0.2": "0.15.0", "1.0.1": "0.15.0", "1.0.0": "0.15.0" }