Skip to content

Commit

Permalink
Bump to v0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecm committed Oct 15, 2024
1 parent e40cd07 commit f1850d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "obsidian-tidy-footnotes",
"name": "Tidy Footnotes",
"version": "0.1.1",
"minAppVersion": "0.11.13",
"description": "Tidy your footnotes seamlessly.",
"author": "Charlie Chao",
"authorUrl": "https://github.com/charliecm",
"fundingUrl": "https://www.buymeacoffee.com/charliecm",
"isDesktopOnly": false
{
"id": "obsidian-tidy-footnotes",
"name": "Tidy Footnotes",
"version": "0.1.2",
"minAppVersion": "0.11.13",
"description": "Tidy your footnotes seamlessly.",
"author": "Charlie Chao",
"authorUrl": "https://github.com/charliecm",
"fundingUrl": "https://www.buymeacoffee.com/charliecm",
"isDesktopOnly": false
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tidy-footnotes",
"version": "0.1.0",
"version": "0.1.2",
"description": "",
"main": "main.js",
"scripts": {
Expand All @@ -26,4 +26,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}
9 changes: 5 additions & 4 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.1": "0.11.13",
"0.1.0": "0.11.13"
}
{
"0.1.0": "0.11.13",
"0.1.1": "0.11.13",
"0.1.2": "1.6.7"
}

0 comments on commit f1850d5

Please sign in to comment.