From 183dcbb4e7176708e8947a430f6ba5d3285f042d Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Sat, 2 Apr 2022 12:24:54 +1300 Subject: [PATCH] (cargo-release) version 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46a686c..daa2bb9 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.13.0" +version = "0.14.0" authors = ["Ryan Kurte "] repository = "https://github.com/ryankurte/rust-radio-sx127x" license = "MPL-2.0"