diff --git a/dappnode_package.json b/dappnode_package.json index 505adce..e571ba7 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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.", diff --git a/docker-compose.yml b/docker-compose.yml index ca48424..66b70d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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' diff --git a/releases.json b/releases.json index 9a1d29c..1f3b8a6 100644 --- a/releases.json +++ b/releases.json @@ -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" } } \ No newline at end of file