We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bb6a2 commit 387bb39Copy full SHA for 387bb39
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "survival-clicker2",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"private": true,
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/layout/HeaderContainer.vue
@@ -21,7 +21,7 @@
21
<container-stat name="stomach" :stat="stomach"></container-stat>
22
</div>
23
24
- <small class="version">0.1.3</small>
+ <small class="version">0.1.4</small>
25
<div class="controls">
26
<button @click="pause">
27
<template v-if="globals.isPaused">{{ $t('unpause') }}</template>
0 commit comments