Skip to content

Commit fc3bcf8

Browse files
committed
Bump to new version: 1.0.1
1 parent 8f0cbbf commit fc3bcf8

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

dappnode_package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trustlines.dnp.dappnode.eth",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"upstreamVersion": "release21542",
55
"shortDescription": "Financial inclusion through OS decentralized systems",
66
"description": "Trustlines node to participate and securitize the network.\n\nThe Trustlines Protocol aims to provide the service of “transfer of value” without actually transferring value. This can be accomplished by leveraging networks of mutual-trust. The Trustlines Protocol is being built to support a range of use cases by leveraging existing networks of mutual trust and mapping trust-based relationships onto trustless infrastructure",
@@ -17,9 +17,7 @@
1717
"contributors": [
1818
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
1919
],
20-
"categories": [
21-
"Blockchain"
22-
],
20+
"categories": ["Blockchain"],
2321
"mainService": "node",
2422
"links": {
2523
"homepage": "https://trustlines.network",
@@ -35,4 +33,4 @@
3533
"url": "https://github.com/dappnode/DAppNodePackage-trustlines/issues"
3634
},
3735
"license": "GPL-3.0"
38-
}
36+
}

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.4"
22
services:
33
node:
44
build: ./build-node
5-
image: "node.trustlines.dnp.dappnode.eth:1.0.0"
5+
image: "node.trustlines.dnp.dappnode.eth:1.0.1"
66
environment:
77
- ROLE=observer
88
- ADDRESS=
@@ -19,21 +19,21 @@ services:
1919
- "shared:/shared/"
2020
bridge:
2121
build: ./build-bridge
22-
image: "bridge.trustlines.dnp.dappnode.eth:1.0.0"
22+
image: "bridge.trustlines.dnp.dappnode.eth:1.0.1"
2323
restart: on-failure
2424
volumes:
2525
- "config:/config:ro"
2626
monitor:
2727
build: ./build-monitor
28-
image: "monitor.trustlines.dnp.dappnode.eth:1.0.0"
28+
image: "monitor.trustlines.dnp.dappnode.eth:1.0.1"
2929
volumes:
3030
- "reports:/reports"
3131
- "state:/state"
3232
- "shared:/shared"
3333
restart: on-failure
3434
netstats:
3535
build: ./build-netstat
36-
image: "netstats.trustlines.dnp.dappnode.eth:1.0.0"
36+
image: "netstats.trustlines.dnp.dappnode.eth:1.0.1"
3737
environment:
3838
- NETSTATS_ENABLE=no
3939
- WS_USER

0 commit comments

Comments
 (0)