Skip to content

Commit

Permalink
2.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Apr 15, 2024
1 parent d121ce1 commit 91ab953
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 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.0-beta",
"version": "2.0.1-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.0-beta",
"version": "2.0.1-beta",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
10 changes: 1 addition & 9 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
c16b1e5 rm console logs
71d59cb RM main.js
8d40813 Big ol' commit
0645976 Pipe frontmatter through
70c2933 Implement date / time editor suggests
545eb66 Use base obsidian markdown editor
670aea0 Added russian localization (#829)
2b106df Added Korean localization (#832)
05e43e0 Commit docs workspace
d121ce1 Use static renderer for table cell lane titles
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@
"0.0.3": "0.11.13",
"0.0.2": "0.11.13",
"0.0.1": "0.11.13",
"2.0.0-beta": "1.0.0"
"2.0.0-beta": "1.0.0",
"2.0.1-beta": "1.0.0"
}

0 comments on commit 91ab953

Please sign in to comment.