diff --git a/Cargo.toml b/Cargo.toml index c201d71..4bbe24d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serial-monitor-rust" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Linus Leo Stöckli"] description = "Serial Monitor and Plotter written in rust." @@ -30,7 +30,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.1" +version = "0.1.2" copyright = "Copyright (c) hacknus 2023. All rights reserved." category = "Developer Tool" short_description = "Serial Monitor and Plotter written in rust." @@ -44,5 +44,5 @@ dbg-name = false name = "Serial Monitor" no-build = false output = "target/wix/SerialMonitorInstaller.msi" -version = "0.1.1" +version = "0.1.2" license = "GPL-3.0" \ No newline at end of file