Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaimoko committed Nov 29, 2024
1 parent 33c005d commit c94507b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
19 changes: 9 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"id": "tag-project-odaimoko",
"name": "Tag Project",
"minAppVersion": "1.4.13",
"description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.",
"author": "Odaimoko",
"authorUrl": "https://github.com/Odaimoko",
"fundingUrl": "https://ko-fi.com/odaimoko",
"isDesktopOnly": false,
"version": "0.9.0"
}
"id": "tag-project-odaimoko",
"name": "Tag Project",
"minAppVersion": "1.4.13",
"description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.",
"author": "Odaimoko",
"authorUrl": "https://github.com/Odaimoko",
"fundingUrl": "https://ko-fi.com/odaimoko",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tag-project",
"version": "0.9.0",
"version": "0.9.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
57 changes: 29 additions & 28 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"0.0.1": "1.4.13",
"0.1.0": "1.4.13",
"0.1.1": "1.4.13",
"0.1.2": "1.4.13",
"0.1.3": "1.4.13",
"0.1.4": "1.4.13",
"0.1.5": "1.4.13",
"0.2.0": "1.4.13",
"0.2.1": "1.4.13",
"0.2.3": "1.4.13",
"0.2.4": "1.4.13",
"0.2.5": "1.4.13",
"0.2.6": "1.4.13",
"0.3.0": "1.4.13",
"0.3.1": "1.4.13",
"0.3.2": "1.4.13",
"0.4.0": "1.4.13",
"0.4.1": "1.4.13",
"0.5.0": "1.4.13",
"0.5.1": "1.4.13",
"0.6.0": "1.4.13",
"0.7.0": "1.4.13",
"0.7.1": "1.4.13",
"0.7.2": "1.4.13",
"0.7.3": "1.4.13",
"0.8.0": "1.4.13",
"0.9.0": "1.4.13"
}
"0.0.1": "1.4.13",
"0.1.0": "1.4.13",
"0.1.1": "1.4.13",
"0.1.2": "1.4.13",
"0.1.3": "1.4.13",
"0.1.4": "1.4.13",
"0.1.5": "1.4.13",
"0.2.0": "1.4.13",
"0.2.1": "1.4.13",
"0.2.3": "1.4.13",
"0.2.4": "1.4.13",
"0.2.5": "1.4.13",
"0.2.6": "1.4.13",
"0.3.0": "1.4.13",
"0.3.1": "1.4.13",
"0.3.2": "1.4.13",
"0.4.0": "1.4.13",
"0.4.1": "1.4.13",
"0.5.0": "1.4.13",
"0.5.1": "1.4.13",
"0.6.0": "1.4.13",
"0.7.0": "1.4.13",
"0.7.1": "1.4.13",
"0.7.2": "1.4.13",
"0.7.3": "1.4.13",
"0.8.0": "1.4.13",
"0.9.0": "1.4.13",
"undefined": "1.4.13"
}

0 comments on commit c94507b

Please sign in to comment.