Skip to content

Commit

Permalink
Bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdowning100 committed Oct 6, 2023
1 parent 2b5b404 commit 82a8ac0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion background/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pelagus/pelagus-background",
"version": "0.2.3",
"version": "0.2.4",
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: api implementation.",
"main": "index.ts",
"repository": "[email protected]:PelagusWallet/pelagus-extension.git",
Expand Down
2 changes: 1 addition & 1 deletion manifest/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pelagus",
"version": "0.2.3",
"version": "0.2.4",
"description": "The community owned and operated Quai Web3 wallet.",
"homepage_url": "https://pelaguswallet.io",
"author": "https://pelaguswallet.io",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pelagus/pelagus-extension",
"private": true,
"version": "0.2.3",
"version": "0.2.4",
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network.",
"main": "index.js",
"repository": "[email protected]:PelagusWallet/pelagus-extension.git",
Expand Down Expand Up @@ -63,8 +63,8 @@
"@fortawesome/fontawesome-free": "^5.15.2",
"@tallyho/provider-bridge": "0.0.1",
"@tallyho/provider-bridge-shared": "0.0.1",
"@pelagus/pelagus-background": "0.2.3",
"@pelagus/pelagus-ui": "0.2.3",
"@pelagus/pelagus-background": "0.2.4",
"@pelagus/pelagus-ui": "0.2.4",
"@tallyho/window-provider": "0.0.1",
"buffer": "^6.0.3",
"react": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pelagus/pelagus-ui",
"version": "0.2.3",
"version": "0.2.4",
"description": "Pelagus, the community owned and operated Web3 wallet for Quai Network: UI package.",
"main": "index.ts",
"repository": "[email protected]:PelagusWallet/pelagus-extension.git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@ledgerhq/devices": "^6.20.0",
"@reduxjs/toolkit": "^1.6.0",
"@tallyho/provider-bridge-shared": "0.0.1",
"@pelagus/pelagus-background": "0.2.3",
"@pelagus/pelagus-background": "0.2.4",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "14.4.3",
Expand Down

0 comments on commit 82a8ac0

Please sign in to comment.