Skip to content

Commit

Permalink
Fixed Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
turulix committed Mar 21, 2023
1 parent b7c0839 commit adefbe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-folder-index",
"name": "Folder Index",
"version": "v1.0.10",
"version": "1.0.11",
"minAppVersion": "1.1.16",
"description": "This Plugin will automatically generate a TOC for the current Folder.",
"author": "turulix",
"authorUrl": "https://turulix.de/",
"fundingUrl": "https://www.buymeacoffee.com/turulix",
"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": "obsidian-sample-plugin",
"version": "1.0.10",
"version": "1.0.11",
"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,5 +1,6 @@
{
"1.0.0": "0.9.7",
"1.0.1": "0.12.0",
"1.0.10": "1.1.16"
}
"1.0.10": "1.1.16",
"1.0.11": "1.1.16"
}

0 comments on commit adefbe7

Please sign in to comment.