Skip to content

Commit

Permalink
Merge pull request #34 from dappnode/v0.2.23
Browse files Browse the repository at this point in the history
v0.2.23 Release
  • Loading branch information
eduadiez authored Dec 16, 2019
2 parents 11593cb + c4c6720 commit f6d6c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core.dnp.dappnode.eth",
"version": "0.2.21",
"version": "0.2.23",
"description": "DAppNode package responsible for manage the core packages",
"avatar": "/ipfs/QmS4kGwYA8n918xdNUgFt8MCfnsR8pjmzphS59BL7qtLq2",
"type": "dncore",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.1",
"ipfs.dnp.dappnode.eth": "0.2.4",
"ethchain.dnp.dappnode.eth": "0.2.16",
"ethchain.dnp.dappnode.eth": "0.2.17",
"ethforward.dnp.dappnode.eth": "0.2.3",
"vpn.dnp.dappnode.eth": "0.2.4",
"wamp.dnp.dappnode.eth": "0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ networks:
services:
core.dnp.dappnode.eth:
build: ./build
image: 'core.dnp.dappnode.eth:0.2.22'
image: 'core.dnp.dappnode.eth:0.2.23'
container_name: DAppNodeCore-core.dnp.dappnode.eth
volumes:
- '/usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/'
Expand Down

0 comments on commit f6d6c19

Please sign in to comment.