Skip to content

Commit e9510bc

Browse files
committed
bump version
1 parent dedc8ca commit e9510bc

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

README.md

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

1313
## Changelog
1414

15+
- v0.2.1
16+
- Reactive + Rainbow mode
17+
- Fixed byte order for DIVA slider lights
1518
- v0.2.0
1619
- Added support for Hori Project DIVA slider protocol
1720
- Added 16 key keyboard layout

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.2.0"
3+
version = "0.2.1"
44
description = "slidershim"
55
authors = ["4yn"]
66
license = ""

src-tauri/README.txt

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

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

1010
# Changelog
1111

12+
- v0.2.1
13+
- Reactive + Rainbow mode
14+
- Fixed byte order for DIVA slider lights
1215
- v0.2.0
1316
- Added support for Hori Project DIVA slider protocol
1417
- Added 16 key keyboard layout

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "slidershim",
4-
"version": "0.2.0"
4+
"version": "0.2.1"
55
},
66
"build": {
77
"distDir": "../public",

0 commit comments

Comments
 (0)