Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pqv199x committed Sep 10, 2019
1 parent b3ef7ce commit 4371ba9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@
<div
v-if="!isTomonet"
class="notification_body">
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.6.1</strong>
<p>- Add check owner address</p>
<p>- Clean unused libraries</p>
<p>- Update webpack</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.6.0</strong>
Expand Down Expand Up @@ -214,14 +223,6 @@
<p>- Fix id injection issue</p>
</div>
</b-dropdown-text>
<b-dropdown-divider/>
<b-dropdown-text>
<div style="font-size: 13px;">
<strong>TomoMaster up to 1.4.2</strong>
<p>- Fix proposing a new masternode issue</p>
<p>- Fix incorrect address when loggin in by mnemonic words</p>
</div>
</b-dropdown-text>
</div>
<b-dropdown-divider
v-if="!isTomonet" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tomomaster",
"version": "1.6.0",
"version": "1.6.1",
"description": "TomoChain Governance DApp",
"main": "elect.js",
"scripts": {
Expand Down

0 comments on commit 4371ba9

Please sign in to comment.