From 0dbfa23ef89ae42116ac0f4cc56fa14d33570d5e Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Sun, 22 Mar 2020 23:31:50 +0100 Subject: [PATCH] chore: Bump up version number to 0.2.1 --- .vscode/launch.json | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e8c7a36..ae08e82 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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", diff --git a/Cargo.lock b/Cargo.lock index 9c3290c..0acd1d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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)", diff --git a/Cargo.toml b/Cargo.toml index 70d445a..b76bfdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns" -version = "0.2.0" +version = "0.2.1" authors = ["Rostislav Raykov "] edition = "2018" description = "A simple CLI tool to use Cloudflare's free DDNS service"