Skip to content

Commit

Permalink
release: 0.1.11
Browse files Browse the repository at this point in the history
- fix: refactor new note modal, add validation (#21)
- fix: remove broken github link and useless log refresh button (#22)
- fix: avoid saving settings if no changes are detected
  • Loading branch information
inhumantsar committed May 11, 2024
1 parent c6671c5 commit f0e1114
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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.10",
"version": "0.1.11",
"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.10",
"version": "0.1.11",
"minAppVersion": "0.15.0",
"description": "Slurps webpages and saves them as clean, uncluttered Markdown.",
"author": "inhumantsar",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slurp",
"version": "0.1.10",
"version": "0.1.11",
"description": "Slurps webpages and saves them as clean, uncluttered Markdown.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.1.0": "0.15.0",
"0.1.10": "0.15.0"
"0.1.10": "0.15.0",
"0.1.11": "0.15.0"
}

0 comments on commit f0e1114

Please sign in to comment.