From beabea456aca87599d401fc00b7f0d1e475bef4d Mon Sep 17 00:00:00 2001 From: next-branch Date: Tue, 9 Feb 2021 12:21:45 +0000 Subject: [PATCH 1/2] Bump to new version: 0.1.7 --- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 3de1d24..61bb0fe 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,6 +1,6 @@ { "name": "bee.dnp.dappnode.eth", - "version": "0.1.5", + "version": "0.1.7", "upstreamVersion": "v0.5.0", "shortDescription": "Storage and communication infrastructure for a sovereign digital society", "description": "[Swarm](https://swarm.ethereum.org/) is a distributed storage platform and content distribution service, a native base layer service of the ethereum web3 stack. The primary objective of Swarm is to provide a decentralized and redundant store for dapp code and data as well as block chain and state data. Swarm is also set out to provide various base layer services for web3, including node-to-node messaging, media streaming, decentralized database services and scalable state-channel infrastructure for decentralized service economies. \n\n\n Learn about all you can do today with Swarm in the [Swarm documentation](https://docs.ethswarm.org/).", diff --git a/docker-compose.yml b/docker-compose.yml index 35d4af6..519a1eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.4" services: bee.dnp.dappnode.eth: - image: "bee.dnp.dappnode.eth:0.1.6" + image: "bee.dnp.dappnode.eth:0.1.7" build: context: ./build args: From 989ab09340761bd0d28d07ed6c04f0af2d991d68 Mon Sep 17 00:00:00 2001 From: Tropicar Date: Wed, 17 Feb 2021 19:25:03 +0100 Subject: [PATCH 2/2] Edit links field to the correct value JSON file --- dappnode_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dappnode_package.json b/dappnode_package.json index 3de1d24..1119ebf 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -12,7 +12,7 @@ ], "categories": ["Storage", "Communications"], "links": { - "api": "http://bee.dappnode:8080/" + "api": "http://bee.dappnode:1633/" }, "requirements": { "minimumDappnodeVersion": "0.2.29"