From d88bb93cfeb0b2b267736ae21bcff684bebd827c Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Tue, 21 Apr 2020 10:04:56 +0200 Subject: [PATCH] chore: Bump up version number to 0.3.0 --- .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 ae08e82..760ab0e 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.1", + "version": "0.3.0", "configurations": [ { "type": "lldb", diff --git a/Cargo.lock b/Cargo.lock index 8a783bf..d7ca1aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "cloudflare-ddns" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a32237a..9d405d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudflare-ddns" -version = "0.2.1" +version = "0.3.0" authors = ["Rostislav Raykov "] edition = "2018" description = "A simple CLI tool to use Cloudflare's free DDNS service"