Skip to content

Commit 5ab0e21

Browse files
committed
build: bump version to 0.2.4
1 parent a3bb661 commit 5ab0e21

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/samedec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "samedec"
33
description = "A SAME/EAS digital receiver and alerting program"
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
@@ -10,7 +10,7 @@ repository = "https://github.com/cbs228/sameold.git"
1010
readme = "README.md"
1111

1212
[dependencies]
13-
sameold = {path = "../sameold", version = "0.2.3"}
13+
sameold = {path = "../sameold", version = "0.2.4"}
1414
byteorder = "^1.4"
1515
clap = "^2.33"
1616
log = "^0.4"

crates/sameold/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sameold"
33
description = "A SAME/EAS digital receiver library"
4-
version = "0.2.3"
4+
version = "0.2.4"
55
authors = ["Colin S <3526918+cbs228@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"

0 commit comments

Comments
 (0)