Skip to content

Commit

Permalink
manifest update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibart committed Nov 1, 2023
1 parent 40d80a9 commit da25126
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"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",
Expand Down

0 comments on commit da25126

Please sign in to comment.