Skip to content

Commit

Permalink
🐛 fix the version on document and manifest, fix the invalid package bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-kheibary committed Apr 10, 2024
1 parent 835f0fe commit 1c6320d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file removed Archive.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Welcome to Chat Guard for. This guide will walk you through the steps to downloa

### Sideload Extension (Using the Extension File)

1. Download the extension file (usually a .zip or .crx file) from [download page](https://github.com/PrivacyForge/ChatGuard/releases/tag/v0.5.3-beta).
1. Download the extension file (usually a .zip or .crx file) from [download page](https://github.com/PrivacyForge/ChatGuard/releases/tag/v0.9.2-beta).

2. Open Chrome and go to `chrome://extensions/`.

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "ChatGuard-beta",
"description": "Browser Add on to make any chat application (End to End) encrypted",
"version": "0.9.1",
"description": "Browser Add on that allow (End to End) encrypted in web chat messenger",
"version": "0.9.2",
"author": "https://github.com/mostafa-kheibary",
"icons": {
"16": "src/assets/icons/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"email": "mostafa.kheibary@gmail.com",
"url": "https://github.com/mostafa-kheibary"
},
"version": "0.6.0",
"version": "0.9.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/components/modules/popup/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<md-outlined-button role="button" class="button" on:pointerup={() => goto("/advanced-setting")}>
Advanced Settings
</md-outlined-button>
<span class="version">v0.6.0</span>
<span class="version">v0.9.2</span>
</div>

<style lang="scss" module>
Expand Down

0 comments on commit 1c6320d

Please sign in to comment.