Skip to content

Commit

Permalink
Bump version to 0.0.3
Browse files Browse the repository at this point in the history
Forgot to bump to 0.0.2 when created previous release
  • Loading branch information
alcroito committed Mar 5, 2021
1 parent 60b177e commit a5770df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit a5770df

Please sign in to comment.