From 4f0db8e66e62648d15179653e5b8b2bda2a9d726 Mon Sep 17 00:00:00 2001 From: 4yn <4yn@users.noreply.github.com> Date: Sat, 22 Mar 2025 21:43:16 +0800 Subject: [PATCH] bump version --- README.md | 2 ++ src-tauri/Cargo.lock | 4 ++-- src-tauri/Cargo.toml | 2 +- src-tauri/README.txt | 4 +++- src-tauri/tauri.conf.json | 8 +++++--- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ca2008..d8f7c75 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.6.0 + - Support Laverita v3. Thanks @sr1canskhsia - v0.5.1 - Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212 - v0.5.0 diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 07c4f90..e915a00 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "CoreFoundation-sys" @@ -2996,7 +2996,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.5.1" +version = "0.6.0" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 2f74278..b0af73f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.5.1" +version = "0.6.0" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index 3d5b848..d2a0406 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,15 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.1 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.6.1 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.6.0 + - Support Laverita v3. Thanks @sr1canskhsia - v0.5.1 - Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212 - v0.5.0 diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b37d2f7..221ad5b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.5.1" + "version": "0.6.0" }, "build": { "distDir": "../public", @@ -21,7 +21,9 @@ "icons/icon.icns", "icons/icon.ico" ], - "resources": ["./README.txt"], + "resources": [ + "./README.txt" + ], "externalBin": [], "copyright": "© 4yn 2022", "category": "DeveloperTool", @@ -74,4 +76,4 @@ "iconAsTemplate": true } } -} +} \ No newline at end of file