Skip to content

Commit

Permalink
Bump to v0.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Aug 31, 2023
1 parent 607a6a4 commit 60c72bc
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.5"
version = "0.1.6"

[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.5"
version = "0.1.6"

[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.5"
version = "0.1.6"

[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.5"
version = "0.1.6"

[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.5"
version = "0.1.6"

[dependencies]
cortex-m.workspace = true
Expand Down

0 comments on commit 60c72bc

Please sign in to comment.