From 343ffa9d61dd5a106c5f62036a02db97380e1120 Mon Sep 17 00:00:00 2001 From: Lukas Pustina Date: Sat, 1 Jun 2019 10:57:13 +0200 Subject: [PATCH] Bumpo to version 0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 614e075..bbce498 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -584,7 +584,7 @@ dependencies = [ [[package]] name = "netatmo-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 707ba0f..07c90b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "netatmo-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Lukas Pustina "] description = "Simple library to talk to Netatmo's API" repository = "https://github.com/lukaspustina/netatmo-rs.git"