Skip to content

Commit 893b6c6

Browse files
committed
bump to 0.3.4
1 parent a4d47e2 commit 893b6c6

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ All notable changes to the `Serial Monitor` crate will be documented in this fil
66

77
* ...
88

9+
## 0.3.4
10+
11+
### Added:
12+
13+
* provide DMG for macOS bundles
14+
915
## 0.3.3
1016

1117
### Added:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
authors = ["Linus Leo Stöckli"]
66
description = "Serial Monitor and Plotter written in rust."
@@ -31,7 +31,7 @@ regex = "1.11"
3131
name = "Serial Monitor"
3232
identifier = "com.hacknus.serial_monitor"
3333
icon = ["./icons/install.png"]
34-
version = "0.3.3"
34+
version = "0.3.4"
3535
copyright = "Copyright (c) hacknus 2023. All rights reserved."
3636
category = "Developer Tool"
3737
short_description = "Serial Monitor and Plotter written in rust."
@@ -45,5 +45,5 @@ dbg-name = false
4545
name = "Serial Monitor"
4646
no-build = false
4747
output = "target/wix/SerialMonitorInstaller.msi"
48-
version = "0.3.3"
48+
version = "0.3.4"
4949
license = "GPL-3.0"

0 commit comments

Comments
 (0)