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

Commit 92e0602

Browse files
committed
set version to 0.3.1-beta
1 parent 70b339b commit 92e0602

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"useWorkspaces": true,
7-
"version": "0.4.0"
7+
"version": "0.3.1"
88
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether",
33
"description": "Fether Wallet",
4-
"version": "0.4.0",
4+
"version": "0.3.1",
55
"private": true,
66
"author": "Parity Team <admin@parity.io>",
77
"maintainers": [

packages/fether-electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether",
33
"description": "Fether Wallet",
4-
"version": "0.4.0",
4+
"version": "0.3.1",
55
"private": true,
66
"author": "Parity Team <admin@parity.io>",
77
"maintainers": [
@@ -47,7 +47,7 @@
4747
"commander-remaining-args": "^1.2.0",
4848
"electron-positioner": "^4.1.0",
4949
"electron-settings": "^3.2.0",
50-
"fether-react": "^0.4.0",
50+
"fether-react": "^0.3.1",
5151
"i18next": "^15.0.4",
5252
"i18next-node-fs-backend": "^2.0.0",
5353
"pino": "^4.16.1",

packages/fether-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether-react",
33
"description": "Fether Wallet",
4-
"version": "0.4.0",
4+
"version": "0.3.1",
55
"private": true,
66
"author": "Parity Team <admin@parity.io>",
77
"maintainers": [
@@ -50,7 +50,7 @@
5050
"ethereumjs-tx": "^1.3.7",
5151
"ethereumjs-util": "^6.0.0",
5252
"ethereumjs-wallet": "^0.6.2",
53-
"fether-ui": "^0.4.0",
53+
"fether-ui": "^0.3.1",
5454
"file-saver": "^2.0.0",
5555
"final-form": "^4.8.3",
5656
"final-form-calculate": "^1.2.1",

packages/fether-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fether-ui",
33
"description": "Fether Wallet",
4-
"version": "0.4.0",
4+
"version": "0.3.1",
55
"private": true,
66
"author": "Parity Team <admin@parity.io>",
77
"maintainers": [

0 commit comments

Comments
 (0)