Skip to content

Commit

Permalink
2.0.37-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 5, 2024
1 parent 3dfc95f commit 5fa792b
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.36-beta",
"version": "2.0.37-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.36-beta",
"version": "2.0.37-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 @@
c29f82e Fixes #939 Collapsed lists aren't collapsed if board has custom width
e6e378a Remove debug logging
3dfc95f Fix duplicate metadata values
f9c63f6 Break apart parsing and rendering phases to improve performance
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@
"2.0.33-beta": "1.0.0",
"2.0.34-beta": "1.0.0",
"2.0.35-beta": "1.0.0",
"2.0.36-beta": "1.0.0"
"2.0.36-beta": "1.0.0",
"2.0.37-beta": "1.0.0"
}

0 comments on commit 5fa792b

Please sign in to comment.