Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Nov 24, 2022
1 parent 5d33abd commit eeb3a87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "another-web-browser",
"name": "Another Web Browser",
"version": "0.2.3",
"version": "0.2.4",
"minAppVersion": "1.0.0",
"description": "Lets you browse the web within Obsidian with some neat features.",
"author": "Dion Tryban (Trikzon) && Boninall",
"authorUrl": "https://github.com/Trikzon",
"isDesktopOnly": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "another-web-browser",
"version": "0.2.3",
"version": "0.2.4",
"description": "Lets you browse the web within Obsidian with some neat features.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"0.2.0": "1.0.0",
"0.2.1": "1.0.0",
"0.2.2": "1.0.0",
"0.2.3": "1.0.0"
"0.2.3": "1.0.0",
"0.2.4": "1.0.0"
}

0 comments on commit eeb3a87

Please sign in to comment.