Skip to content

Commit

Permalink
mod: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Odaimoko committed Oct 17, 2023
1 parent 0277cfb commit 1ab1efc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "tag-project.odaimoko",
"name": "Tag Project",
"version": "0.0.1",
"minAppVersion": "0.15.0",
"version": "0.1.0",
"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://www.buymeacoffee.com/odaimoko",
"isDesktopOnly": true
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"name": "tag-project",
"version": "0.1.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
}
"0.0.1": "1.4.13",
"0.1.0": "1.4.13"
}

0 comments on commit 1ab1efc

Please sign in to comment.