diff --git a/gui/Houston.app/Contents/Info.plist b/gui/Houston.app/Contents/Info.plist index f6b5867eef..237512eaf7 100644 --- a/gui/Houston.app/Contents/Info.plist +++ b/gui/Houston.app/Contents/Info.plist @@ -45,6 +45,6 @@ NSHumanReadableCopyright Copyright © 2018 OriginTrail AsarIntegrity - {"checksums":{"app.asar":"wCO1xSdLUnxOke8yjwzue5qxT8Al4s9Lo1k2oxC57X5z9m6+kXzCWS7W6uopwv6mtTeVFQApupGcEv+yf//4Mw==","electron.asar":"ofPEIsT8YhpsxiPf8+uWXh3sWH9KDicszx4MKtBhAgJuX7ruQJNNByfh7Wo07tgoK3tb46ChQdJkdtdJLU1znA=="}} + {"checksums":{"app.asar":"5L27KgbG+OgdYrRyP7wO5bs/4tk0uw5NqTbaN6LIRr88lFYRvgU4e7ZioxPqNkWxROtJ7V35k+cDJqRNZcgEBw==","electron.asar":"ofPEIsT8YhpsxiPf8+uWXh3sWH9KDicszx4MKtBhAgJuX7ruQJNNByfh7Wo07tgoK3tb46ChQdJkdtdJLU1znA=="}} \ No newline at end of file diff --git a/gui/Houston.app/Contents/Resources/app.asar b/gui/Houston.app/Contents/Resources/app.asar index 2dfa9321f3..01ccefdd5a 100644 Binary files a/gui/Houston.app/Contents/Resources/app.asar and b/gui/Houston.app/Contents/Resources/app.asar differ diff --git a/package.json b/package.json index f8a26ca836..b6318fe219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "origintrail-node-0.8a", - "version": "0.8.0", + "name": "origintrail-node-0.9a", + "version": "0.9.0", "description": "OriginTrail node", "main": ".eslintrc.js", "scripts": { @@ -17,9 +17,9 @@ "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-jsx-a11y": "^6.0.3", - "eslint-plugin-react": "^7.8.0", + "eslint-plugin-react": "^7.9.1", "mocha": "^5.0.1", - "nyc": "^11.6.0", + "nyc": "^11.9.0", "should": "^13.2.1", "sinon": "^4.5.0", "supertest": "^3.0.0" @@ -88,7 +88,7 @@ "underscore": "^1.9.0", "utf8-length": "latest", "validator": "^9.4.1", - "web3": "^1.0.0-beta.33", + "web3": "1.0.0-beta.30", "winston": "^2.4.1", "xml2js": "^0.4.19" }