From da25126deab2470b51e1f3f1702281eb260045a4 Mon Sep 17 00:00:00 2001 From: Tibart Date: Wed, 1 Nov 2023 20:54:45 +0100 Subject: [PATCH] manifest update --- manifest.json | 6 +++--- package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 577943e..1afe5b0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-movingcheckbox", + "id": "movingcheckbox", "name": "Moving checkbox", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "This plugin wil help moving checkboxes that are part of the daily notes. This is useful when your using the daily notes as a bullet journal.", "author": "Tibart J. Visser", "authorUrl": "https://github.com/Tibart", - "fundingUrl": "https://obsidian.md/pricing", + "fundingUrl": "", "isDesktopOnly": false } diff --git a/package.json b/package.json index 6410991..cb68717 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-sample-plugin", - "version": "1.0.0", - "description": "This is a sample plugin for Obsidian (https://obsidian.md)", + "name": "movingcheckbox", + "version": "1.0.3", + "description": "This plugin wil help moving checkboxes that are part of the daily notes. This is useful when your using the daily notes as a bullet journal.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", @@ -9,7 +9,7 @@ "version": "node version-bump.mjs && git add manifest.json versions.json" }, "keywords": [], - "author": "", + "author": "Tibart J. Visser", "license": "MIT", "devDependencies": { "@types/node": "^16.11.6",