Skip to content

Commit

Permalink
release: 0.1.13
Browse files Browse the repository at this point in the history
- chore: update deps
- setup basic flake for direnv
  • Loading branch information
inhumantsar committed Dec 10, 2024
1 parent 8bb3c7c commit 3d63b12
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.12",
"version": "0.1.13",
"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.12",
"version": "0.1.13",
"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.12",
"version": "0.1.13",
"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
Expand Up @@ -2,5 +2,6 @@
"0.1.0": "0.15.0",
"0.1.10": "0.15.0",
"0.1.11": "0.15.0",
"0.1.12": "0.15.0"
"0.1.12": "0.15.0",
"0.1.13": "0.15.0"
}

0 comments on commit 3d63b12

Please sign in to comment.