Skip to content

Commit

Permalink
New release (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra authored Jul 15, 2024
1 parent 4a2f73c commit 4b46e8a
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 @@ -25,7 +25,7 @@ quarkus.hibernate-orm.database.generation=update

# Custom variables
proxy.check.api.key=${PROXY_CHECK_API_KEY: }
app.version=0.2.3
app.version=1.0.0

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

0 comments on commit 4b46e8a

Please sign in to comment.