Skip to content

Commit

Permalink
Bumping to version 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed Dec 3, 2017
1 parent 2f6ce3c commit 05048e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adamant-im",
"version": "1.0.16",
"version": "1.0.17",
"description": "Distributed chat",
"author": "Zyuhel <[email protected]>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</main>
<footer>
<div class="version" v-if="$router.currentRoute==='/'" style=" opacity:0.3; padding-bottom: 17px;
padding-right: 3px;">{{ $t('options.version') }} 1.0.16</div>
padding-right: 3px;">{{ $t('options.version') }} 1.0.17</div>
<div class="bottom-fixed">
<md-bottom-bar v-if="logged && isBottomPanelShown">
<md-bottom-bar-item md-icon="account_balance_wallet" v-on:click="$router.push('/home/')" :md-active="!!$router.currentRoute.path.match(/\/home\//) || !!$router.currentRoute.path.match(/\/transactions\//) || !!$router.currentRoute.path.match(/\/transfer\//)">{{$t('bottom.wallet_button')}}</md-bottom-bar-item>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</md-card>


<div class="version" style=" margin-bottom: -1rem; right:1rem;">{{ $t('options.version') }} 1.0.16</div>
<div class="version" style=" margin-bottom: -1rem; right:1rem;">{{ $t('options.version') }} 1.0.17</div>
</div>

</div>
Expand Down

0 comments on commit 05048e9

Please sign in to comment.