diff --git a/package.json b/package.json index 91320c93a..efe634f43 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aragon", "description": "Aragon DApp", - "version": "0.6.4", + "version": "0.7.0", "private": true, "license": "AGPL-3.0-or-later", "repository": { @@ -23,7 +23,7 @@ "dependencies": { "@aragon/templates-tokens": "^1.1.1", "@aragon/ui": "^0.35.1", - "@aragon/wrapper": "^5.0.0-beta.1", + "@aragon/wrapper": "^5.0.0-rc.2", "@babel/polyfill": "^7.0.0", "bn.js": "4.11.6", "date-fns": "2.0.0-alpha.22", diff --git a/src/components/Home/Home.js b/src/components/Home/Home.js index 5e020032b..5034b8348 100644 --- a/src/components/Home/Home.js +++ b/src/components/Home/Home.js @@ -132,7 +132,7 @@ class Home extends React.Component { > {dao.endsWith('.eth') ? `You are interacting with ${dao}` - : 'You are using Aragon 0.6 — Alba'} + : 'You are using Aragon 0.7 — Bella'}