Skip to content

Commit

Permalink
2.0.39-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 18, 2024
1 parent db938f7 commit 85b6d62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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.38-beta",
"version": "2.0.39-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.38-beta",
"version": "2.0.39-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
eed7772 Update tasks api call
539248a Delay blocking the UI until the the loading indicator is displayed
c98fad1 Check for malformed cssclasses
c785bee Allow clicking checkboxes in callouts; fix #946
db938f7 Fix prepend compact button style
7028de2 Fix misc bugs
dd7b200 Update readme img paths
4c59157 Move doc vault to the root
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@
"2.0.35-beta": "1.0.0",
"2.0.36-beta": "1.0.0",
"2.0.37-beta": "1.0.0",
"2.0.38-beta": "1.0.0"
"2.0.38-beta": "1.0.0",
"2.0.39-beta": "1.0.0"
}

0 comments on commit 85b6d62

Please sign in to comment.