diff --git a/back/commands/command.py b/back/commands/command.py index fda355e7..af45f3b5 100644 --- a/back/commands/command.py +++ b/back/commands/command.py @@ -2,7 +2,7 @@ class Command: team_replace_dict = {"Alpha Tauri": "Alpha Tauri", "Alpine": "Alpine", "Alfa Romeo": "Alfa Romeo", "Aston Martin": "Aston Martin", "Ferrari": "Ferrari", "Haas": "Haas", "McLaren": "McLaren", "Mercedes": "Mercedes", - "Red Bull": "Red Bull", "Williams": "Williams", "Renault": "Renault"} + "Red Bull": "Red Bull", "Williams": "Williams", "Renault": "Renault", "F2": "Formula 2", "F3": "Formula 3"} pretty_names = {"visarb": "Visa Cashapp RB", "toyota" : "Toyota", "hugo": "Hugo Boss", "alphatauri": "Alpha Tauri", "brawn": "Brawn GP", "porsche": "Porsche", "alpine": "Alpine", "renault": "Renault", "andretti": "Andretti", "lotus": "Lotus", "alfa" : "Alfa Romeo", diff --git a/launcher/version.conf b/launcher/version.conf index 0bfbd573..fe4e75fb 100644 --- a/launcher/version.conf +++ b/launcher/version.conf @@ -1 +1 @@ -1.8.2 \ No newline at end of file +1.8.3 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 9d67c632..70d45314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Database Editor F1M23", - "version": "1.8.2", + "version": "1.8.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Database Editor F1M23", - "version": "1.8.2", + "version": "1.8.3", "license": "LGPL-3.0-or-later", "dependencies": { "bootstrap": "^5.3.2", diff --git a/package.json b/package.json index e8976531..b7bba288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Database Editor F1M23", - "version": "1.8.2", + "version": "1.8.3", "description": "A tool that will let you edit your save file from F1M23", "main": "main.js", "scripts": {