Skip to content

Commit

Permalink
fix encryption not working with unicode or 2 spaces (closes#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
SammCheese committed Jul 29, 2023
1 parent 98985bf commit 3c0b054
Show file tree
Hide file tree
Showing 5 changed files with 662 additions and 512 deletions.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"discordID": "372148345894076416",
"github": "SammCheese"
},
"version": "1.2.9",
"source": "https://github.com/SammCheese/invisible-chat",
"image": "https://i.imgur.com/3WwGIw4.png",
"version": "1.2.10",
"updater": {
"type": "store",
"id": "dev.sammcheese.InvisibleChat"
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": "invisible-chat",
"version": "1.2.9",
"version": "1.2.10",
"description": "Encrypt your Discord Messages",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -30,7 +30,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.31.10",
"prettier": "^2.8.1",
"replugged": "4.3.0",
"replugged": "^4.5.1",
"typescript": "^4.8.4"
}
}
Loading

0 comments on commit 3c0b054

Please sign in to comment.