mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
Bump do wersji 1.4.9
This commit is contained in:
+2
-2
@@ -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",
|
||||||
@@ -37,4 +37,4 @@
|
|||||||
"last 2 versions",
|
"last 2 versions",
|
||||||
"not dead"
|
"not dead"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
+3
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user