chore: Bump up version number to 0.2.0

This commit is contained in:
Rostislav Raykov 2019-09-23 12:01:25 +02:00
parent 44d2279271
commit 3803843ba2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -153,7 +153,7 @@ dependencies = [
[[package]] [[package]]
name = "cloudflare-ddns" name = "cloudflare-ddns"
version = "0.1.8" version = "0.2.0"
dependencies = [ dependencies = [
"exitcode 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "cloudflare-ddns" name = "cloudflare-ddns"
version = "0.1.8" version = "0.2.0"
authors = ["Rostislav Raykov <z@zbrox.org>"] authors = ["Rostislav Raykov <z@zbrox.org>"]
edition = "2018" edition = "2018"
description = "A simple CLI tool to use Cloudflare's free DDNS service" description = "A simple CLI tool to use Cloudflare's free DDNS service"