Skip to content

Commit

Permalink
🔖 update the versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa-kheibary committed May 1, 2024
1 parent d3f9551 commit 82964ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "ChatGuard-beta",
"description": "Browser Add on that allow (End to End) encrypted in web chat messenger",
"version": "0.9.4",
"version": "0.9.5",
"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": "[email protected]",
"url": "https://github.com/mostafa-kheibary"
},
"version": "0.9.4",
"version": "0.9.5",
"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.9.4</span>
<span class="version">v0.9.5</span>
</div>

<style lang="scss" module>
Expand Down

0 comments on commit 82964ef

Please sign in to comment.