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. // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes. // Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.1", "version": "0.3.0",
"configurations": [ "configurations": [
{ {
"type": "lldb", "type": "lldb",

2
Cargo.lock generated
View file

@ -121,7 +121,7 @@ dependencies = [
[[package]] [[package]]
name = "cloudflare-ddns" name = "cloudflare-ddns"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "env_logger 0.7.1 (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.2.1" version = "0.3.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"