From 571e9e2c547ba3329707978acf1df6ff95e028e4 Mon Sep 17 00:00:00 2001 From: hacknus Date: Sat, 9 Mar 2024 10:12:51 +0100 Subject: [PATCH] bump to version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f11ae9e..dfd4c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3095,7 +3095,7 @@ dependencies = [ [[package]] name = "serial-monitor-rust" -version = "0.2.0" +version = "0.2.1" dependencies = [ "csv", "eframe", diff --git a/Cargo.toml b/Cargo.toml index 34d4d84..800ed5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serial-monitor-rust" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Linus Leo Stöckli"] description = "Serial Monitor and Plotter written in rust." @@ -31,7 +31,7 @@ serialport = { git = "https://github.com/serialport/serialport-rs", features = [ name = "Serial Monitor" identifier = "com.hacknus.serial_monitor" icon = ["./icons/install.png"] -version = "0.1.2" +version = "0.2.1" copyright = "Copyright (c) hacknus 2023. All rights reserved." category = "Developer Tool" short_description = "Serial Monitor and Plotter written in rust." @@ -45,5 +45,5 @@ dbg-name = false name = "Serial Monitor" no-build = false output = "target/wix/SerialMonitorInstaller.msi" -version = "0.2.0" +version = "0.2.1" license = "GPL-3.0" \ No newline at end of file