From 3803843ba29a3181244d50f6a7741dae14965575 Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Mon, 23 Sep 2019 12:01:25 +0200 Subject: [PATCH] chore: Bump up version number to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c01f9b..e98e33e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns" -version = "0.1.8" +version = "0.2.0" dependencies = [ "exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fa59f52..030b08d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns" -version = "0.1.8" +version = "0.2.0" authors = ["Rostislav Raykov "] edition = "2018" description = "A simple CLI tool to use Cloudflare's free DDNS service"