Skip to content

Commit

Permalink
Merge pull request #13 from dappnode/v0.2.3
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
eduadiez authored Jun 6, 2019
2 parents 6733aa3 + 3437d21 commit f3ae844
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 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.2",
"version": "0.2.3",
"description": "DAppNode package responsible for manage the core packages",
"avatar": "/ipfs/QmQWed5zepncXHvDHt5dZipjVcU7vyydxHmVJV5MF6Wwhr",
"type": "dncore",
Expand All @@ -19,9 +19,7 @@
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"keywords": [
"DAppNodeCore"
],
"keywords": ["DAppNodeCore"],
"links": {
"homepage": "https://github.com/dappnode/DNP_CORE#readme"
},
Expand All @@ -35,17 +33,18 @@
"license": "GPL-3.0",
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.0",
"ipfs.dnp.dappnode.eth": "0.2.0",
"ethchain.dnp.dappnode.eth": "0.2.0",
"ethforward.dnp.dappnode.eth": "0.2.0",
"ipfs.dnp.dappnode.eth": "0.2.2",
"ethchain.dnp.dappnode.eth": "0.2.1",
"ethforward.dnp.dappnode.eth": "0.2.1",
"vpn.dnp.dappnode.eth": "0.2.0",
"wamp.dnp.dappnode.eth": "0.2.0",
"admin.dnp.dappnode.eth": "0.2.1",
"dappmanager.dnp.dappnode.eth": "0.2.1",
"admin.dnp.dappnode.eth": "0.2.2",
"dappmanager.dnp.dappnode.eth": "0.2.3",
"wifi.dnp.dappnode.eth": "0.2.0"
},
"changelog": "**IMPORTANT!** This is a major update to OpenVPN: This update breaks compatibility with the last VPN version. Please read the migration guide at: https://migration020.dappnode.io",
"changelog": "",
"updateAlerts": [],
"warnings": {
"onInstall": "NOTE that the bottom right message updating the progress of the installation will never resolve. After the update you can still connect via WIFI if you have a physical DAppNode, and get your new VPN credentials from the devices section."
"onInstall": "**IMPORTANT!** This is a major update to OpenVPN: This update breaks compatibility with the last VPN version. Please read the migration guide at: https://migration020.dappnode.io . NOTE that the bottom right message updating the progress of the installation will never resolve. After the update you can still connect via WIFI if you have a physical DAppNode, and get your new VPN credentials from the devices section."
}
}
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ networks:
services:
core.dnp.dappnode.eth:
build: ./build
image: 'core.dnp.dappnode.eth:0.2.2'
image: 'core.dnp.dappnode.eth:0.2.3'
container_name: DAppNodeCore-core.dnp.dappnode.eth
volumes:
- '/usr/src/dappnode/DNCORE/:/usr/src/app/DNCORE/'
Expand Down

0 comments on commit f3ae844

Please sign in to comment.