From f746b449bd68e7123e08f84a7269db297690881f Mon Sep 17 00:00:00 2001 From: Turun Date: Mon, 21 Aug 2023 12:55:42 +0200 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d567f2a..eb94b50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3161,7 +3161,7 @@ dependencies = [ [[package]] name = "turunmap" -version = "1.2.6" +version = "1.2.7" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index b901f76..f1bd011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "turunmap" -version = "1.2.6" +version = "1.2.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 94f7d51..434639a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ use view::View; use crate::presenter::Presenter; -static VERSION: &str = "1.2.6"; +static VERSION: &str = "1.2.7"; fn main() { let (view_tx, model_rx) = mpsc::channel::();