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"> <a href="https://td2.info.pl/profile/?u=20777" target="_blank">
Spythere Spythere
</a> </a>
2021 | v{{ VERSION }} | [<a 2021 | v{{ VERSION }} | [
target="_blank" <a target="_blank" href="https://paypal.me/spythere"
href="https://paypal.me/spythere" >{{ $t("app.support") }}!
>{{ $t("app.support") }}!</a </a>
>] ]
</footer> </footer>
</div> </div>
</div> </div>
@@ -99,7 +99,7 @@ export default class App extends Vue {
@Action("synchronizeData") synchronizeData; @Action("synchronizeData") synchronizeData;
@Getter("getAllData") data!: StoreData; @Getter("getAllData") data!: StoreData;
private VERSION = "1.4.5"; private VERSION = "1.4.6";
hasReleaseNotes = false; hasReleaseNotes = false;
updateModalVisible = false; updateModalVisible = false;