Bump wersji aplikacji z 1.4.5 na 1.4.6

This commit is contained in:
2021-05-24 22:26:27 +02:00
parent 70247475de
commit 3706b69866
+6 -6
View File
@@ -72,11 +72,11 @@ git <template>
<a href="https://td2.info.pl/profile/?u=20777" target="_blank">
Spythere
</a>
2021 | v{{ VERSION }} | [<a
target="_blank"
href="https://paypal.me/spythere"
>{{ $t("app.support") }}!</a
>]
2021 | v{{ VERSION }} | [
<a target="_blank" href="https://paypal.me/spythere"
>{{ $t("app.support") }}!
</a>
]
</footer>
</div>
</div>
@@ -99,7 +99,7 @@ export default class App extends Vue {
@Action("synchronizeData") synchronizeData;
@Getter("getAllData") data!: StoreData;
private VERSION = "1.4.5";
private VERSION = "1.4.6";
hasReleaseNotes = false;
updateModalVisible = false;