Skip to content

Commit

Permalink
2.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 22, 2024
1 parent 1a91f94 commit 190e0b7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.0",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.43",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
"authorUrl": "https://github.com/mgmeyers/obsidian-kanban",
"helpUrl": "https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-kanban",
"version": "2.0.0",
"version": "2.0.43",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Kanban v2 public release
15 changes: 8 additions & 7 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"1.5.0": "1.0.0",
"1.4.6": "0.15.3",
"1.3.0": "0.15.3",
"1.2.40": "0.12.11",
"1.0.0": "0.12.11",
"2.0.42-beta": "1.0.0",
"2.0.0": "1.0.0"
"1.5.0": "1.0.0",
"1.4.6": "0.15.3",
"1.3.0": "0.15.3",
"1.2.40": "0.12.11",
"1.0.0": "0.12.11",
"2.0.42-beta": "1.0.0",
"2.0.0": "1.0.0",
"2.0.43": "1.0.0"
}

0 comments on commit 190e0b7

Please sign in to comment.