diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index ea57220..4e1cf4a 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -22,7 +22,7 @@ quarkus.hibernate-orm.database.generation=update # Custom variables proxy.check.api.key=${PROXY_CHECK_API_KEY: } -app.version=0.2.1 +app.version=0.2.2 # CORS configuration quarkus.http.cors=true diff --git a/webapp/package.json b/webapp/package.json index 958c4ec..5fb29e0 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,7 +1,7 @@ { "name": "betterfleet", "private": true, - "version": "0.2.1", + "version": "0.2.2", "type": "module", "scripts": { "dev": "vite --host", diff --git a/webapp/src-tauri/Cargo.toml b/webapp/src-tauri/Cargo.toml index ff7a656..a54b768 100644 --- a/webapp/src-tauri/Cargo.toml +++ b/webapp/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "better_fleet" -version = "0.2.1-alpha" +version = "0.2.2-beta" description = "A better fleet creator" authors = ["Zelytra", "dadodasyra"] license = "" diff --git a/webapp/src-tauri/tauri.conf.json b/webapp/src-tauri/tauri.conf.json index c09b5a6..d51d0a8 100644 --- a/webapp/src-tauri/tauri.conf.json +++ b/webapp/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "BetterFleet", - "version": "0.2.1-alpha" + "version": "0.2.2-beta" }, "tauri": { "allowlist": { diff --git a/website/package.json b/website/package.json index 920b17f..df13baf 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "name": "betterfleet-website", "private": true, - "version": "0.2.1", + "version": "0.2.2-beta", "type": "module", "scripts": { "dev": "vite --host --port 5174",