diff --git a/.gitignore b/.gitignore index 3c3629e..da592f8 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ node_modules +.DS_Store +dist diff --git a/bin/linux/geth b/bin/linux/geth index 7cc5355..bebcdee 100755 Binary files a/bin/linux/geth and b/bin/linux/geth differ diff --git a/bin/macos/geth b/bin/macos/geth index fdaabca..131ef1c 100755 Binary files a/bin/macos/geth and b/bin/macos/geth differ diff --git a/bin/win/geth.exe b/bin/win/geth.exe index 1c4e609..64d8b67 100755 Binary files a/bin/win/geth.exe and b/bin/win/geth.exe differ diff --git a/package.json b/package.json index 10d60d2..a481707 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Ether1Wallet", - "version": "0.3.0", + "version": "0.3.1", "description": "Desktop wallet for Ether1 currency", "main": "main.js", "scripts": {