Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
use latest core, use provided address
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Jun 10, 2016
1 parent e3b6dc1 commit 4da317e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -9,3 +9,4 @@ Thumbs.db
/tmp/
typings/
coverage
*.swp
2 changes: 1 addition & 1 deletion app/client.js
Expand Up @@ -282,7 +282,7 @@ var main = new Vue({
);
var farmerconf = {
keypair: storj.KeyPair(tab.key),
payment: tab.address,
payment: { address: tab.address },
storage: tab.storage,
address: '127.0.0.1',
port: 0,
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Expand Up @@ -3,7 +3,7 @@
"productName": "Storj Share",
"identifier": "com.storj.farmer",
"description": "Earn money by sharing your extra hard drive space",
"version": "0.8.1",
"version": "0.8.2",
"author": "Storj <hello@storj.io>",
"main": "main.js",
"config": {
Expand All @@ -26,7 +26,7 @@
"myspeed": "^1.0.1",
"request": "^2.63.0",
"semver": "^5.1.0",
"storj": "^1.1.0",
"storj": "^1.2.1",
"storj-telemetry-reporter": "Storj/telemetry-reporter",
"untildify": "^2.1.0",
"vue": "^1.0.10",
Expand Down

0 comments on commit 4da317e

Please sign in to comment.