Browse Source

Bump to version v0.0.3

timvisee 7 years ago
parent
commit
050cd9f932
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml

+ 1 - 1
Cargo.lock

@@ -349,7 +349,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "ffsend"
-version = "0.0.2"
+version = "0.0.3"
 dependencies = [
  "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "ffsend"
-version = "0.0.2"
+version = "0.0.3"
 authors = ["Tim Visee <https://timvisee.com/>"]
 license = "GPL-3.0"
 readme = "README.md"