Skip to content

Commit

Permalink
2.0.36-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 3, 2024
1 parent c29f82e commit ba195dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-kanban",
"name": "Kanban",
"version": "2.0.35-beta",
"version": "2.0.36-beta",
"minAppVersion": "1.0.0",
"description": "Create markdown-backed Kanban boards in Obsidian.",
"author": "mgmeyers",
Expand Down
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.35-beta",
"version": "2.0.36-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ef55b0a Use more performant markdown renderer
9240de9 Fix #581; Note folder dropdown is empty after folder has been moved
c29f82e Fixes #939 Collapsed lists aren't collapsed if board has custom width
e6e378a Remove debug logging
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@
"2.0.32-beta": "1.0.0",
"2.0.33-beta": "1.0.0",
"2.0.34-beta": "1.0.0",
"2.0.35-beta": "1.0.0"
"2.0.35-beta": "1.0.0",
"2.0.36-beta": "1.0.0"
}

0 comments on commit ba195dd

Please sign in to comment.