From 5ac1f1b7f60c6f2947b53178df313361ec1dde76 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Thu, 1 Feb 2018 15:40:51 +0100 Subject: [PATCH] v1.0.1 Signed-off-by: Valerian Saliou --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e6efb6..ce5376d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -888,7 +888,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.0.0" +version = "1.0.1" dependencies = [ "base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "bigdecimal 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index ea762b3..399773d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raider-server" -version = "1.0.0" +version = "1.0.1" description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance." readme = "README.md" license = "MPL-2.0"