Skip to content

Commit 387bb39

Browse files
committed
Update to 0.1.4
1 parent 06bb6a2 commit 387bb39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "survival-clicker2",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/layout/HeaderContainer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<container-stat name="stomach" :stat="stomach"></container-stat>
2222
</div>
2323
</div>
24-
<small class="version">0.1.3</small>
24+
<small class="version">0.1.4</small>
2525
<div class="controls">
2626
<button @click="pause">
2727
<template v-if="globals.isPaused">{{ $t('unpause') }}</template>

0 commit comments

Comments
 (0)