diff --git a/src/App.vue b/src/App.vue
index ad9d7d3..3057c75 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,8 +34,8 @@
regulaminem symulatora Train Driver 2!
-
- Strona jest kompletna dla wersji 2022.2.2 symulatora TD2
+
+ Strona jest kompletna dla wersji {{ store.stockData.version }} symulatora TD2
©
Spythere
diff --git a/src/types.ts b/src/types.ts
index 2f4d482..711fc89 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -41,6 +41,8 @@ export interface IStockProps {
}
export interface IStockData {
+ version: string;
+
generator: {
passenger: any;
cargo: {