Skip to content

Commit

Permalink
version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sleaper committed Mar 6, 2023
1 parent 449430a commit 271f1ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions web-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

**Getting Started**

Install pnpm: https://pnpm.io/installation

Run the following commands to install dependencies and start developing

```
Expand Down
2 changes: 1 addition & 1 deletion web-extension/dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Authier",
"description": "Authier chrome extension",
"version": "1.0.10",
"version": "1.0.11",
"browser_action": {
"default_icon": "icon-16.png",
"default_popup": "js/popup.html"
Expand Down
2 changes: 1 addition & 1 deletion web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authier-web-extension",
"version": "1.0.10",
"version": "1.0.11",
"description": "Authier web Extension for all our supported browsers",
"license": "AGPL-3.0-or-later",
"webExt": {
Expand Down

0 comments on commit 271f1ce

Please sign in to comment.