Skip to content

Commit

Permalink
Auto stash before merge of "master" and "origin/master"
Browse files Browse the repository at this point in the history
  • Loading branch information
eduadiez committed Jan 13, 2020
1 parent baa562e commit bf4bcec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nethermind.public.dappnode.eth",
"version": "0.0.3",
"version": "0.0.4",
"upstreamVersion": "v1.4.6",
"shortDescription": "Nethermind Ethereum client",
"description": "Nethermind - The world’s fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'
services:
nethermind.public.dappnode.eth:
build: ./build
image: 'nethermind.public.dappnode.eth:0.0.3'
image: 'nethermind.public.dappnode.eth:0.0.4'
restart: always
volumes:
- 'data:/data'
Expand Down
16 changes: 16 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,21 @@
"uploadedTo": {
"dappnode": "Tue, 24 Dec 2019 09:54:20 GMT"
}
},
"0.0.2": {
"hash": "/ipfs/QmSiRJKAMQUWiWSKgXVcvdMdLs1ntd4hjD2io4E2jHGqWz",
"type": "directory",
"uploadedTo": {
"dappnode": "Thu, 02 Jan 2020 13:33:05 GMT"
},
"link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.2&h=%2Fipfs%2FQmPxmBUgyHGhb5gDNbd58kfqmTvcSeM3RJ7HaF5T3ws2f1"
},
"0.0.3": {
"hash": "/ipfs/QmZCBWtUhaPNf4bFGvPYvh3hqHiTtYFpqiH1RWC4m1kV9x",
"type": "directory",
"uploadedTo": {
"dappnode": "Thu, 02 Jan 2020 13:44:58 GMT"
},
"link": "http://my.dappnode/#/sdk/publish/r=nethermind.public.dappnode.eth&v=0.0.3&h=%2Fipfs%2FQmZCBWtUhaPNf4bFGvPYvh3hqHiTtYFpqiH1RWC4m1kV9x"
}
}

0 comments on commit bf4bcec

Please sign in to comment.