1
0
mirror of https://github.com/4yn/slidershim.git synced 2024-09-23 18:58:27 +02:00

bump version number

This commit is contained in:
4yn 2023-10-05 20:30:23 +08:00
parent cbbfcdc99e
commit 6124dee2db
5 changed files with 10 additions and 8 deletions

View File

@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
## Changelog ## Changelog
- v0.5.1
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0 - v0.5.0
- Support for Yubideck 3.0 firmware - Support for Yubideck 3.0 firmware
- v0.4.3 - v0.4.3

2
src-tauri/Cargo.lock generated
View File

@ -2996,7 +2996,7 @@ dependencies = [
[[package]] [[package]]
name = "slidershim" name = "slidershim"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"env_logger", "env_logger",
"log", "log",

View File

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

View File

@ -2,13 +2,15 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | | \__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.0 |___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.1
=============================================== ===============================================
https://github.com/4yn/slidershim https://github.com/4yn/slidershim
# Changelog # Changelog
- v0.5.1
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0 - v0.5.0
- Support for Yubideck 3.0 firmware - Support for Yubideck 3.0 firmware
- v0.4.3 - v0.4.3

View File

@ -1,7 +1,7 @@
{ {
"package": { "package": {
"productName": "slidershim", "productName": "slidershim",
"version": "0.5.0" "version": "0.5.1"
}, },
"build": { "build": {
"distDir": "../public", "distDir": "../public",
@ -21,9 +21,7 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"resources": [ "resources": ["./README.txt"],
"./README.txt"
],
"externalBin": [], "externalBin": [],
"copyright": "© 4yn 2022", "copyright": "© 4yn 2022",
"category": "DeveloperTool", "category": "DeveloperTool",