chore: Bump up version number to 0.3.0

This commit is contained in:
Rostislav Raykov 2020-04-21 10:04:56 +02:00
parent 33565185da
commit d88bb93cfe
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.1",
"version": "0.3.0",
"configurations": [
{
"type": "lldb",

2
Cargo.lock generated
View file

@ -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)",

View file

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