Skip to content

Commit

Permalink
Merge pull request #541 from Cryptonomic/feat/v6_1b_branding
Browse files Browse the repository at this point in the history
Feat/v6 1b branding
  • Loading branch information
umurb authored Dec 18, 2018
2 parents ab73e9a + 6e021df commit 8ce28d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tezori",
"version": "0.6.0b",
"version": "0.6.1b",
"network": "mainnet",
"blockExplorerHost": "http://tzscan.io/",
"logo": "tezosLogo.svg",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tezori",
"productName": "Tezori",
"version": "0.6.0b",
"version": "0.6.1b",
"description": "A wallet for the Tezos blockchain.",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tezori",
"productName": "Tezori",
"version": "0.6.0b",
"version": "0.6.1b",
"description": "A community wallet for Tezos",
"scripts": {
"build": "npm run check-wallet-state && concurrently \"yarn build-main\" \"yarn build-renderer\"",
Expand Down

0 comments on commit 8ce28d0

Please sign in to comment.