From 1006968dd3590a8125d43f74aace32cc907bb9b7 Mon Sep 17 00:00:00 2001 From: dapplion Date: Tue, 3 Aug 2021 20:02:05 +0000 Subject: [PATCH] bump ethersphere/bee to v1.1.0-rc1 --- dappnode_package.json | 4 +--- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 22ea055..b8a1428 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,8 +1,7 @@ - { "name": "bee.dnp.dappnode.eth", "version": "0.1.5", - "upstreamVersion": "v1.0.0", + "upstreamVersion": "v1.1.0-rc1", "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/).", "type": "library", @@ -12,7 +11,6 @@ "Eduardo Antuña (https://github.com/eduadiez)", "Tropicar (https://github.com/tropicar)" ], - "upstreamRepo": "ethersphere/bee", "upstreamArg": "UPSTREAM_VERSION", "categories": ["Storage", "Communications"], diff --git a/docker-compose.yml b/docker-compose.yml index f247b0e..e9a6044 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: ./build args: - UPSTREAM_VERSION: v1.0.0 + UPSTREAM_VERSION: v1.1.0-rc1 ports: - "1634:1634" volumes: