Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Nov 23, 2023
1 parent e6d5926 commit 7cb2a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down Expand Up @@ -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."
Expand All @@ -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"

0 comments on commit 7cb2a07

Please sign in to comment.