From 1b6ccbb413ae2736ddd75973219b95e2fe92cbc8 Mon Sep 17 00:00:00 2001 From: marcelbuesing Date: Wed, 6 Jun 2018 19:30:10 +0200 Subject: [PATCH] Bump version to 0.3.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77271da..b0be7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -68,7 +68,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bme680" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 051638e..38fb78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bme680" -version = "0.3.0" +version = "0.3.1" authors = ["marcelbuesing "] description = "A pure Rust implementation for the BME680 environmental sensor." repository = "https://github.com/marcelbuesing/bme680-hal"