mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "pojazdownik",
|
||||
"version": "1.8.3",
|
||||
"version": "1.8.3.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</i18n-t>
|
||||
|
||||
<div class="text--grayed" v-if="store.vehiclesAPIData">
|
||||
{{ $t('footer.version-check', { version: store.vehiclesAPIData.version }) }}
|
||||
{{ $t('footer.version-check', { version: store.vehiclesAPIData.simulatorVersion }) }}
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ export interface ICargo {
|
||||
}
|
||||
|
||||
export interface IVehiclesAPI {
|
||||
version: string;
|
||||
simulatorVersion: string;
|
||||
|
||||
generator: {
|
||||
cargo: {
|
||||
|
||||
Reference in New Issue
Block a user