Skip to content

Commit 4f0db8e

Browse files
committed
bump version
1 parent 7cc6e46 commit 4f0db8e

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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.6.0
16+
- Support Laverita v3. Thanks @sr1canskhsia
1517
- v0.5.1
1618
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
1719
- v0.5.0

src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
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.1"
3+
version = "0.6.0"
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.1
5+
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.6.1
66
===============================================
77

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

1010
# Changelog
1111

12+
- v0.6.0
13+
- Support Laverita v3. Thanks @sr1canskhsia
1214
- v0.5.1
1315
- Support SSL/wss if brokenithm used with tunnelling. Thanks @kokarare1212
1416
- v0.5.0

src-tauri/tauri.conf.json

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

0 commit comments

Comments
 (0)