Skip to content

Commit

Permalink
Set version to 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed Dec 14, 2017
1 parent 2488834 commit 80ebdb1
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.21",
"version": "1.0.22",
"description": "Distributed chat",
"author": "Zyuhel <zyuhel@yandex.ru>",
"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="!logged" style=" opacity:0.3; padding-bottom: 17px;
padding-right: 20px;">{{ $t('options.version') }} 1.0.21</div>
padding-right: 20px;">{{ $t('options.version') }} 1.0.22</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.21</div>
<div class="version" style=" margin-bottom: -1rem; right:1rem;">{{ $t('options.version') }} 1.0.22</div>
</div>

</div>
Expand Down

0 comments on commit 80ebdb1

Please sign in to comment.