Bump version to 0.3.1

This commit is contained in:
marcelbuesing 2018-06-06 19:30:10 +02:00
parent 1682f433ab
commit 1b6ccbb413
No known key found for this signature in database
GPG key ID: E51C4F8A2B7FF43E
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -68,7 +68,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "bme680" name = "bme680"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "embedded-hal 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bme680" name = "bme680"
version = "0.3.0" version = "0.3.1"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"] authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
description = "A pure Rust implementation for the BME680 environmental sensor." description = "A pure Rust implementation for the BME680 environmental sensor."
repository = "https://github.com/marcelbuesing/bme680-hal" repository = "https://github.com/marcelbuesing/bme680-hal"