From dfd795e18f3defe12a28d6076d86cb457c7444fc Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 19 Jun 2018 16:26:51 +0200 Subject: [PATCH] Bump version to 0.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e20cb78..1092b3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -253,7 +253,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ffsend-api" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arrayref 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 5a7da74..acf5855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend-api" -version = "0.0.2" +version = "0.0.3" authors = ["Tim Visee "] license = "MIT" readme = "README.md"