Skip to content

Commit 89918cb

Browse files
authored
Merge pull request #40 from dappnode/dappnodebot/bump-upstream/bee@v1.1.0
bump ethersphere/bee to v1.1.0
2 parents b17d06d + d1cb87d commit 89918cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bee.dnp.dappnode.eth",
33
"version": "0.1.5",
4-
"upstreamVersion": "v1.1.0-rc1",
4+
"upstreamVersion": "v1.1.0",
55
"shortDescription": "Storage and communication infrastructure for a sovereign digital society",
66
"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/).",
77
"type": "library",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: ./build
77
args:
8-
UPSTREAM_VERSION: v1.1.0-rc1
8+
UPSTREAM_VERSION: v1.1.0
99
ports:
1010
- "1634:1634"
1111
volumes:

0 commit comments

Comments
 (0)