Skip to content

Commit 7cb2a07

Browse files
committed
bump version to 0.1.2
1 parent e6d5926 commit 7cb2a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serial-monitor-rust"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["Linus Leo Stöckli"]
66
description = "Serial Monitor and Plotter written in rust."
@@ -30,7 +30,7 @@ serialport = { git = "https://github.com/serialport/serialport-rs", features = [
3030
name = "Serial Monitor"
3131
identifier = "com.hacknus.serial_monitor"
3232
icon = ["./icons/install.png"]
33-
version = "0.1.1"
33+
version = "0.1.2"
3434
copyright = "Copyright (c) hacknus 2023. All rights reserved."
3535
category = "Developer Tool"
3636
short_description = "Serial Monitor and Plotter written in rust."
@@ -44,5 +44,5 @@ dbg-name = false
4444
name = "Serial Monitor"
4545
no-build = false
4646
output = "target/wix/SerialMonitorInstaller.msi"
47-
version = "0.1.1"
47+
version = "0.1.2"
4848
license = "GPL-3.0"

0 commit comments

Comments
 (0)