From d81664ba7c66140122d67b62c1c987aeea97ab40 Mon Sep 17 00:00:00 2001 From: 4yn <4yn@users.noreply.github.com> Date: Sun, 26 Jun 2022 01:15:58 +0800 Subject: [PATCH] bump version and readme --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/README.txt | 5 ++++- src-tauri/tauri.conf.json | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 96d7bb1..80fc5f0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2995,7 +2995,7 @@ dependencies = [ [[package]] name = "slidershim" -version = "0.2.8" +version = "0.3.0" dependencies = [ "env_logger", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5c2a2c9..11d0efc 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slidershim" -version = "0.2.8" +version = "0.3.0" description = "slidershim" authors = ["4yn"] license = "" diff --git a/src-tauri/README.txt b/src-tauri/README.txt index a631bde..2eb24d7 100644 --- a/src-tauri/README.txt +++ b/src-tauri/README.txt @@ -2,13 +2,16 @@ ___| (_) __| | ___ _ __ ___| |__ (_)_ __ ___ / __| | |/ _` |/ _ \ '__/ __| '_ \| | '_ ` _ \ \__ \ | | (_| | __/ | \__ \ | | | | | | | | | -|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.2.8 +|___/_|_|\__,_|\___|_| |___/_| |_|_|_| |_| |_| v0.3.0 UMIGURI UPDATE =============================================== https://github.com/4yn/slidershim # Changelog +- v0.3.0 + - Add UMIGURI LED controller server support + - Add UMIGURI default keyboard layout - v0.2.8 - Add slider only layout (no buttons) for Project Diva gamepad output - Add options button to Project Diva gamepad output diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 72c3ab6..232e514 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "slidershim", - "version": "0.2.8" + "version": "0.3.0" }, "build": { "distDir": "../public",