Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mocca101 committed Mar 2, 2023
1 parent 72785cf commit 8dde2c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-plugin-groups",
"name": "Plugin Groups",
"version": "1.3.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": " Manage your Plugins through groups: Enable and disable multiple plugins through a single command, or delay the startup of plugins to speed up your Obsidian start up time.",
"author": "Mocca101",
"authorUrl": "https://github.com/Mocca101",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/Mocca101"
}
}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-plugin-groups",
"name": "Plugin Groups",
"version": "1.3.0",
"version": "2.0.0",
"minAppVersion": "0.15.0",
"description": "Manage your Plugins through groups: Enable and disable multiple plugins through a single command, or delay the startup of plugins to speed up your Obsidian start up time.",
"author": "Mocca101",
"authorUrl": "https://github.com/Mocca101",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/Mocca101"
}
}
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.3.0",
"version": "2.0.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
Expand Up @@ -4,5 +4,6 @@
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.2.2": "0.15.0",
"1.3.0": "0.15.0"
}
"1.3.0": "0.15.0",
"2.0.0": "0.15.0"
}

0 comments on commit 8dde2c9

Please sign in to comment.