From e94bb5c9cdb30ad5094b9ed8a1e1f854fd5918f7 Mon Sep 17 00:00:00 2001 From: Valerian Saliou Date: Tue, 13 Aug 2019 09:09:51 +0300 Subject: [PATCH] v1.1.0 Signed-off-by: Valerian Saliou --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfb2ebe..16ca1ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1061,7 +1061,7 @@ dependencies = [ [[package]] name = "raider-server" -version = "1.0.2" +version = "1.1.0" 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 fa2b84b..365e92c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raider-server" -version = "1.0.2" +version = "1.1.0" description = "Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index 5893865..aa6a49f 100644 --- a/README.md +++ b/README.md @@ -82,13 +82,13 @@ You might find it convenient to run Raider via Docker. You can find the pre-buil First, pull the `valeriansaliou/raider` image: ```bash -docker pull valeriansaliou/raider:v1.0.2 +docker pull valeriansaliou/raider:v1.1.0 ``` Then, seed it a configuration file and run it (replace `/path/to/your/raider/config.cfg` with the path to your configuration file): ```bash -docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.0.2 +docker run -p 8080:8080 -v /path/to/your/raider/config.cfg:/etc/raider.cfg valeriansaliou/raider:v1.1.0 ``` In the configuration file, ensure that: