From 26557ce586e29f48bd6e185a3009b2666f6bafd9 Mon Sep 17 00:00:00 2001 From: Jan Tache Date: Sun, 26 Feb 2023 23:12:00 -0800 Subject: [PATCH] ver: v1.3.0-prerelease-1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ba318ac0..63d6904d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "kanata" -version = "1.3.0" +version = "1.3.0-prerelease-1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a5e439d9f..f98c6a5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kanata" -version = "1.3.0" +version = "1.3.0-prerelease-1" authors = ["jtroo "] description = "Multi-layer keyboard customization" keywords = ["cli", "linux", "windows", "keyboard", "layout"]