Skip to content

Commit 6124dee

Browse files
committed
bump version number
1 parent cbbfcdc commit 6124dee

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni
1212

1313
## Changelog
1414

15+
- v0.5.1
16+
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
1517
- v0.5.0
1618
- Support for Yubideck 3.0 firmware
1719
- v0.4.3

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slidershim"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "slidershim"
55
authors = ["4yn"]
66
license = ""

src-tauri/README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
33
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
44
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
5-
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.0
5+
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.5.1
66
===============================================
77

88
https://github.com/4yn/slidershim
99

1010
# Changelog
1111

12+
- v0.5.1
13+
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
1214
- v0.5.0
1315
- Support for Yubideck 3.0 firmware
1416
- v0.4.3

src-tauri/tauri.conf.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "slidershim",
4-
"version": "0.5.0"
4+
"version": "0.5.1"
55
},
66
"build": {
77
"distDir": "../public",
@@ -21,9 +21,7 @@
2121
"icons/icon.icns",
2222
"icons/icon.ico"
2323
],
24-
"resources": [
25-
"./README.txt"
26-
],
24+
"resources": ["./README.txt"],
2725
"externalBin": [],
2826
"copyright": "© 4yn 2022",
2927
"category": "DeveloperTool",
@@ -76,4 +74,4 @@
7674
"iconAsTemplate": true
7775
}
7876
}
79-
}
77+
}

0 commit comments

Comments
 (0)