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
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "stacjownik", "name": "stacjownik",
"version": "1.4.8", "version": "1.4.9",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
+3 -1
View File
@@ -89,6 +89,8 @@ import { GETTERS } from "./constants/storeConstants";
import { StoreData } from "./scripts/interfaces/StoreData"; import { StoreData } from "./scripts/interfaces/StoreData";
import { useStore } from "./store"; import { useStore } from "./store";
import packageInfo from ".././package.json";
export default defineComponent({ export default defineComponent({
components: { components: {
Clock, Clock,
@@ -108,7 +110,7 @@ export default defineComponent({
}, },
data: () => ({ data: () => ({
VERSION: "1.4.8", VERSION: packageInfo.version,
updateModalVisible: false, updateModalVisible: false,
hasReleaseNotes: false, hasReleaseNotes: false,
currentLang: "pl", currentLang: "pl",