Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SutekhVRC committed Feb 3, 2024
1 parent ed672e6 commit 1132b05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vibecheck"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["SutekhVRC"]
rust-version = "1.57"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/src/frontend/frontend_native.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use tauri::Manager;
*/
#[tauri::command]
pub fn vibecheck_version(app_handle: tauri::AppHandle) -> String {
format!("{}-beta windows", app_handle.package_info().version)
format!("{} windows", app_handle.package_info().version)
}

/*
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "VibeCheck",
"version": "0.4.0"
"version": "0.4.1"
},
"tauri": {
"systemTray": {
Expand Down

0 comments on commit 1132b05

Please sign in to comment.