Bump do wersji 1.4.9

This commit is contained in:
2021-07-08 18:32:56 +02:00
parent e97c3a9209
commit 4a4f448fd4
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -89,6 +89,8 @@ import { GETTERS } from "./constants/storeConstants";
import { StoreData } from "./scripts/interfaces/StoreData";
import { useStore } from "./store";
import packageInfo from ".././package.json";
export default defineComponent({
components: {
Clock,
@@ -108,7 +110,7 @@ export default defineComponent({
},
data: () => ({
VERSION: "1.4.8",
VERSION: packageInfo.version,
updateModalVisible: false,
hasReleaseNotes: false,
currentLang: "pl",