Skip to content

Commit

Permalink
pushing version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel committed Nov 28, 2017
1 parent 660091a commit f5740e0
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.11",
"version": "1.0.12",
"description": "Distributed chat",
"author": "Zyuhel <zyuhel@yandex.ru>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<md-snackbar md-position="bottom center" md-accent ref="loginSnackbar" md-duration="2000">
<span>{{ $t('home.copied') }}</span>
</md-snackbar>
<div class="version" style="position:fixed; opacity:0.3; ">{{ $t('options.version') }} 1.0.11</div>
<div class="version" style="position:fixed; opacity:0.3; ">{{ $t('options.version') }} 1.0.12</div>
</div>

</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Options.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</md-table-body>
</md-table>

<div class="version">{{ $t('options.version') }} 1.0.11</div>
<div class="version">{{ $t('options.version') }} 1.0.12</div>
</div>
</template>

Expand Down

0 comments on commit f5740e0

Please sign in to comment.