Skip to content

Commit

Permalink
Update to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mantas6 committed Jan 5, 2019
1 parent 06bb6a2 commit 387bb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "survival-clicker2",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/HeaderContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<container-stat name="stomach" :stat="stomach"></container-stat>
</div>
</div>
<small class="version">0.1.3</small>
<small class="version">0.1.4</small>
<div class="controls">
<button @click="pause">
<template v-if="globals.isPaused">{{ $t('unpause') }}</template>
Expand Down

0 comments on commit 387bb39

Please sign in to comment.