From 229621b8757b5949b367722dc84ff39acf48af92 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 4 Dec 2020 22:07:24 +0100 Subject: [PATCH] Aktualizacja do wersji 1.3.4 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 0f2ea49..d0aca88 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,7 +59,7 @@ export default class App extends Vue { @Action("synchronizeData") synchronizeData; @Getter("getAllData") data; - private VERSION = "1.3.3"; + private VERSION = "1.3.4"; get dataStatusClass() { if (this.data.dataConnectionStatus == 0) return "loading";