chore: Bump up version number to 0.2.1

This commit is contained in:
Rostislav Raykov 2020-03-22 23:31:50 +01:00
parent 143bbb7a33
commit 0dbfa23ef8
3 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View file

@ -2,7 +2,7 @@
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"version": "0.2.1",
"configurations": [
{
"type": "lldb",

2
Cargo.lock generated
View file

@ -121,7 +121,7 @@ dependencies = [
[[package]]
name = "cloudflare-ddns"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"anyhow 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)",
"human-panic 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

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