Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonlamb-gh committed Oct 4, 2023
1 parent 8829dfb commit 68514d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "agp-bootloader"
description = "Bootloader for the AirGradient Pro firmware"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Jon Lamb"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion firmware/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "air-gradient-pro-rs"
description = "Rust firmware for the AirGradient Pro"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
authors = ["Jon Lamb"]
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion host_tools/air-gradient-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "air-gradient-cli"
authors = ["Jon Lamb"]
version = "0.2.1"
version = "0.3.0"
edition = "2021"

[[bin]]
Expand Down

0 comments on commit 68514d0

Please sign in to comment.