Skip to content

Commit

Permalink
2.0.5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 16, 2024
1 parent ed3f05f commit 9dc9a21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.4-beta",
"version": "2.0.5-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.4-beta",
"version": "2.0.5-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 4 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
9c97dfe Fix #919 - Card content not rendering
ed3f05f Add "send to lane" menu options
75b1f5b 2.0.4-beta
21873e7 Fix #919 - Card content not rendering
2b581ee Add helpUrl to manifest.json (#866)
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"2.0.1-beta": "1.0.0",
"2.0.2-beta": "1.0.0",
"2.0.3-beta": "1.0.0",
"2.0.4-beta": "1.0.0"
"2.0.4-beta": "1.0.0",
"2.0.5-beta": "1.0.0"
}

0 comments on commit 9dc9a21

Please sign in to comment.