diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 950ef1c..e5ff1da 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2760,7 +2760,7 @@ checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" [[package]] name = "liveship" -version = "0.1.22" +version = "0.1.24" dependencies = [ "anyhow", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 3e09fb6..50f15cf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liveship" -version = "0.1.22" +version = "0.1.24" description = "liveship is a compact and user-friendly live stream recording tool that captures live streams as video files." authors = ["jlvihv"] email = "imvihv@gmail.com" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c2b481d..0c07447 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "liveship", - "version": "0.1.22", + "version": "0.1.24", "identifier": "app.happyship.liveship", "build": { "beforeDevCommand": "bun run dev",