Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Commit

Permalink
bump to 0.4.2 and force 2.5.11 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored and amaury1093 committed Dec 5, 2019
1 parent 07c0186 commit dd0b371
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.4.1"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether",
"description": "Fether Wallet",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down
6 changes: 3 additions & 3 deletions packages/fether-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether",
"description": "Fether Wallet",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand All @@ -27,7 +27,7 @@
],
"homepage": "https://github.com/paritytech/fether",
"parity": {
"version": "~2.5.10"
"version": "~2.5.11"
},
"scripts": {
"prebuild": "copyfiles -u 2 \"../fether-react/build/**/*\" static/ && ./scripts/fixElectronBug.sh",
Expand All @@ -46,7 +46,7 @@
"commander": "^2.15.1",
"electron-positioner": "^4.1.0",
"electron-settings": "^3.2.0",
"fether-react": "^0.4.1",
"fether-react": "^0.4.2",
"i18next": "^15.0.4",
"i18next-node-fs-backend": "^2.0.0",
"pino": "^4.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/fether-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether-react",
"description": "Fether Wallet",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down Expand Up @@ -50,7 +50,7 @@
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethereumjs-wallet": "^0.6.2",
"fether-ui": "^0.4.1",
"fether-ui": "^0.4.2",
"file-saver": "^2.0.0",
"final-form": "^4.8.3",
"final-form-calculate": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/fether-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fether-ui",
"description": "Fether Wallet",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"author": "Parity Team <admin@parity.io>",
"maintainers": [
Expand Down

0 comments on commit dd0b371

Please sign in to comment.