Skip to content

Commit

Permalink
fix settings getting wiped
Browse files Browse the repository at this point in the history
  • Loading branch information
jonerrr committed Sep 29, 2023
1 parent 5b3c773 commit d044ae5
Show file tree
Hide file tree
Showing 8 changed files with 1,069 additions and 993 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Visit the extension options and complete the initial setup. You can create alias

## Build Requirements

- NodeJS 16.x or later
- NodeJS 18.x or later
- pnpm
- A browser that supports Chrome or Firefox extensions

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mailcow-aliases",
"displayName": "Mailcow Aliases",
"version": "2.0.0",
"version": "2.0.1",
"description": "Generate Mailcow aliases on the fly!",
"author": "jonah",
"homepage": "https://github.com/jonerrr/mailow-alias-extension/",
Expand All @@ -19,7 +19,7 @@
"@plasmohq/messaging": "^0.5.0",
"@plasmohq/storage": "^1.7.2",
"dayjs": "^1.11.9",
"plasmo": "0.82.0",
"plasmo": "0.83.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tabler-icons-react": "^1.56.0"
Expand Down
Loading

0 comments on commit d044ae5

Please sign in to comment.