Skip to content

Commit

Permalink
New release (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra authored May 20, 2024
1 parent dbe35ed commit 56c6c1b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 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.2
app.version=0.2.3

# 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.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand Down
3 changes: 2 additions & 1 deletion webapp/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2-beta"
version = "0.2.3-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.2-beta"
"version": "0.2.3-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.2-beta",
"version": "0.2.3-beta",
"type": "module",
"scripts": {
"dev": "vite --host --port 5174",
Expand Down

0 comments on commit 56c6c1b

Please sign in to comment.