Skip to content

Commit 5ae1119

Browse files
committed
Update to 0.2.0
1 parent d3b5909 commit 5ae1119

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.4",
3+
"version": "0.2.0",
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.4</small>
24+
<small class="version">0.2.0</small>
2525
<controls></controls>
2626
<button class="suicide" @click="reset">{{ $t('suicide') }}</button>
2727
</header>

0 commit comments

Comments
 (0)