Skip to content

Commit

Permalink
Version bump to Bella 0.7 (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored and sohkai committed Apr 17, 2019
1 parent 4ea0a87 commit ebb46fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class Home extends React.Component {
>
{dao.endsWith('.eth')
? `You are interacting with ${dao}`
: 'You are using Aragon 0.6Alba'}
: 'You are using Aragon 0.7Bella'}
</Text>
</AppTitle>
<p>
Expand Down

0 comments on commit ebb46fc

Please sign in to comment.