Skip to content

Commit

Permalink
2.0.31-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed May 1, 2024
1 parent eae26af commit ec712a8
Show file tree
Hide file tree
Showing 4 changed files with 5 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.30-beta",
"version": "2.0.31-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.30-beta",
"version": "2.0.31-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
4a77bf3 Prevent subtasks from disappearing; fixes #932
c051d20 Improve tag matching and parsing; fixes #933
eae26af Add dumb approach to syncing view state operations
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"2.0.27-beta": "1.0.0",
"2.0.28-beta": "1.0.0",
"2.0.29-beta": "1.0.0",
"2.0.30-beta": "1.0.0"
"2.0.30-beta": "1.0.0",
"2.0.31-beta": "1.0.0"
}

0 comments on commit ec712a8

Please sign in to comment.