bump version

This commit is contained in:
4yn
2025-03-22 21:43:16 +08:00
parent 7cc6e46afe
commit 4f0db8e66e
5 changed files with 13 additions and 7 deletions

View File

@@ -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

4
src-tauri/Cargo.lock generated
View File

@@ -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",

View File

@@ -1,6 +1,6 @@
[package]
name = "slidershim"
version = "0.5.1"
version = "0.6.0"
description = "slidershim"
authors = ["4yn"]
license = ""

View File

@@ -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

View File

@@ -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
}
}
}
}