Skip to content

Commit

Permalink
New release (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra authored May 9, 2024
1 parent c51db5d commit a593b88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "betterfleet",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = ""
Expand Down
2 changes: 1 addition & 1 deletion webapp/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "BetterFleet",
"version": "0.2.1-alpha"
"version": "0.2.2-beta"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a593b88

Please sign in to comment.