Skip to content

Commit

Permalink
release: 0.1.12
Browse files Browse the repository at this point in the history
- fix: strip hash marks from file names (#20)
- fix: clean and dedupe tags (#23 #27)
- fix: ensure slurpedTime is formatted with its settings template (#33)
  • Loading branch information
inhumantsar committed Jun 8, 2024
1 parent 051b843 commit 0f6fed2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slurp",
"name": "Slurp",
"version": "0.1.11",
"version": "0.1.12",
"minAppVersion": "0.15.0",
"description": "Slurps webpages and saves them as clean, uncluttered Markdown.",
"author": "inhumantsar",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "slurp",
"name": "Slurp",
"version": "0.1.11",
"version": "0.1.12",
"minAppVersion": "0.15.0",
"description": "Slurps webpages and saves them as clean, uncluttered Markdown.",
"author": "inhumantsar",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slurp",
"version": "0.1.11",
"version": "0.1.12",
"description": "Slurps webpages and saves them as clean, uncluttered Markdown.",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -53,4 +53,4 @@
"obsidian-file-suggestion-component": "^1.0.0",
"yaml": "^2.4.1"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"0.1.0": "0.15.0",
"0.1.10": "0.15.0",
"0.1.11": "0.15.0"
"0.1.11": "0.15.0",
"0.1.12": "0.15.0"
}

0 comments on commit 0f6fed2

Please sign in to comment.