Skip to content

Commit

Permalink
Upgrade manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Nov 17, 2023
1 parent 5123f8c commit b9a204a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Login.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if (isValid) {
sessionStore.set({ session: true });
dismissWindow();
location.reload();
} else {
alert('Invalid password');
}
Expand Down
2 changes: 1 addition & 1 deletion static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.17",
"version": "0.0.18",
"manifest_version": 3,
"browser_specific_settings": {
"gecko": {
Expand Down

0 comments on commit b9a204a

Please sign in to comment.