1
0
mirror of https://github.com/4yn/slidershim.git synced 2025-02-01 20:18:07 +01:00

bump version

This commit is contained in:
4yn 2022-02-22 23:15:34 +08:00
parent 0029dad2f2
commit 7178e614b1
3 changed files with 13 additions and 5 deletions

2
src-tauri/Cargo.lock generated
View File

@ -3057,7 +3057,7 @@ dependencies = [
[[package]]
name = "slidershim"
version = "0.1.4"
version = "0.2.0"
dependencies = [
"env_logger",
"log",

View File

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

View File

@ -2,7 +2,15 @@
___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___
/ __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \
\__ \ | | (_| | __/ | \__ \ | | | | | | | | |
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_|
===============================================
|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.0
===============================================
https://github.com/4yn/slidershim
https://github.com/4yn/slidershim
# Changelog
- v0.2.0
- Added support for Hori Project DIVA slider protocol
- Added 16 key keyboard layout
- v0.1.4
- Initial public release