Skip to content

Commit

Permalink
Bump to v0.1.7 release version
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Sep 19, 2023
1 parent e6543fd commit 5afe451
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion b1display/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "b1display"
version = "0.1.7-pre"
version = "0.1.7"

[dependencies]
cortex-m.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion c1minimal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "c1minimal"
version = "0.1.7-pre"
version = "0.1.7"

[dependencies]
cortex-m.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion fl16-inputmodules/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "fl16-inputmodules"
version = "0.1.7-pre"
version = "0.1.7"

[dependencies]
crc = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion inputmodule-control/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "inputmodule-control"
version = "0.1.7-pre"
version = "0.1.7"

[dependencies]
clap = { version = "4.3", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion ledmatrix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ledmatrix"
version = "0.1.7-pre"
version = "0.1.7"

[features]
10k = []
Expand Down

0 comments on commit 5afe451

Please sign in to comment.