From a5770df2be6eeef9870affc817f1df0b8dfa0597 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 5 Mar 2021 17:07:37 +0100 Subject: [PATCH] Bump version to 0.0.3 Forgot to bump to 0.0.2 when created previous release --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 705a2c2..dfc616c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "digitalocean-dyndns" -version = "0.0.1" +version = "0.0.3" edition = "2018" description = "Dynamic DNS using DigitalOcean's DNS API" readme = "README.md" @@ -11,11 +11,11 @@ exclude = ["/ci/*", "/.github/*"] publish = false [[bin]] -name = "do_ddns" +name = "do_ddns" path = "src/main.rs" [lib] -name = "do_ddns" +name = "do_ddns" path = "src/lib.rs" [dependencies]