Skip to content

Commit

Permalink
Bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaimoko committed Oct 8, 2024
1 parent a38846a commit 33c005d
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 38 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"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": true,
"version": "0.8.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,
"version": "0.9.0"
}
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.8.0",
"version": "0.9.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
55 changes: 28 additions & 27 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"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.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 comments on commit 33c005d

Please sign in to comment.