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
- v0.5.1
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
- v0.5.0
- Support for Yubideck 3.0 firmware
- v0.4.3

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

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

View File

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