Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Jun 9, 2024
1 parent 16cefa0 commit 019cccd
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-silhouette",
"name": "Silhouette",
"version": "0.20.0",
"version": "0.21.0",
"minAppVersion": "1.1.1",
"description": "Simple task management tools for Obsidian.",
"author": "tadashi-aikawa",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-silhouette",
"name": "Silhouette",
"version": "0.20.0",
"version": "0.21.0",
"minAppVersion": "1.1.1",
"description": "Simple task management tools for Obsidian",
"author": "tadashi-aikawa",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silhouette",
"version": "0.20.0",
"version": "0.21.0",
"description": "Simple task management tools for Obsidian",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -39,4 +39,4 @@
"dependencies": {
"owlelia": "^0.48.0"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
"0.18.0": "1.1.1",
"0.19.0": "1.1.1",
"0.19.1": "1.1.1",
"0.20.0": "1.1.1"
"0.20.0": "1.1.1",
"0.21.0": "1.1.1"
}

0 comments on commit 019cccd

Please sign in to comment.