Skip to content

Commit

Permalink
bump to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Mar 9, 2024
1 parent 945521a commit 571e9e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Linus Leo Stöckli"]
description = "Serial Monitor and Plotter written in rust."
Expand Down Expand Up @@ -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."
Expand All @@ -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"

0 comments on commit 571e9e2

Please sign in to comment.