diff --git a/README.md b/README.md index 8e4bb47..72345a3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Software adapter for various Chunithm slider controllers with a built-in Brokeni ## Changelog +- v0.2.1 + - Reactive + Rainbow mode + - Fixed byte order for DIVA slider lights - v0.2.0 - Added support for Hori Project DIVA slider protocol - Added 16 key keyboard layout diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 8a9c55c..69d3040 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3057,7 +3057,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.2.0" +version = "0.2.1" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index cb7f1e2..ef11002 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.2.0" +version = "0.2.1" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index b3f3e74..638af66 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,16 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.0 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.1 =============================================== https://github.com/4yn/slidershim # Changelog +- v0.2.1 + - Reactive + Rainbow mode + - Fixed byte order for DIVA slider lights - v0.2.0 - Added support for Hori Project DIVA slider protocol - Added 16 key keyboard layout diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5b8b80d..506d41f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.2.0" + "version": "0.2.1" }, "build": { "distDir": "../public",