Skip to content

Commit a11a0d2

Browse files
committed
build: bump versions for release
* sameold: 0.4.0 * samedec: 0.4.0
1 parent b9e8d03 commit a11a0d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add the following to your `Cargo.toml`:
8484

8585
```toml
8686
[dependencies]
87-
sameold = "0.2"
87+
sameold = "0.4"
8888
```
8989

9090
Then read our

crates/samedec/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "samedec"
33
rust-version = "1.70"
44
description = "A SAME/EAS digital receiver and alerting program"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
authors = ["Colin S <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
@@ -11,7 +11,7 @@ repository = "https://github.com/cbs228/sameold.git"
1111
readme = "README.md"
1212

1313
[dependencies]
14-
sameold = {path = "../sameold", version = "^0.3.0"}
14+
sameold = {path = "../sameold", version = "^0.4.0"}
1515
anyhow = "^1"
1616
byteorder = "^1.4"
1717
clap = {version = "=4.4.18", features = ["color", "derive", "wrap_help"]}

crates/sameold/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "sameold"
33
rust-version = "1.65"
44
description = "A SAME/EAS digital receiver library"
5-
version = "0.3.0"
5+
version = "0.4.0"
66
authors = ["Colin S <[email protected]>"]
77
license = "MIT OR Apache-2.0"
88
edition = "2021"

0 commit comments

Comments
 (0)