Compare commits

...

2 Commits

Author SHA1 Message Date
Spythere 421ae1db6b Merge pull request #23 from Spythere/development
Wersja 1.8.3.1
2024-04-03 21:53:48 +02:00
Spythere 90824dc0e5 hotfix 2024-04-03 21:51:24 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pojazdownik",
"version": "1.8.3",
"version": "1.8.3.1",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -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
View File
@@ -21,7 +21,7 @@ export interface ICargo {
}
export interface IVehiclesAPI {
version: string;
simulatorVersion: string;
generator: {
cargo: {