diff --git a/Cargo.lock b/Cargo.lock index 74ca2ee..62036bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "radio-sx127x" -version = "0.12.1" +version = "0.13.0" dependencies = [ "bitflags", "color-backtrace", diff --git a/Cargo.toml b/Cargo.toml index c534492..9e39ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "radio-sx127x" description = "Rust driver for the Semtec SX127x Sub GHZ LoRa Radio ICs" -version = "0.12.1" +version = "0.13.0" authors = ["Ryan Kurte "] repository = "https://github.com/ryankurte/rust-radio-sx127x" license = "MPL-2.0"