From 76be01761a4fb0bbea2345c1ad12ed5f43b4d8b3 Mon Sep 17 00:00:00 2001 From: jlvihv Date: Wed, 26 Jun 2024 09:31:07 +0800 Subject: [PATCH] update version --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",