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";