diff --git a/Cargo.lock b/Cargo.lock index 182fded..29f7bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -76,7 +76,7 @@ dependencies = [ [[package]] name = "crisp-status-local" -version = "1.2.2" +version = "1.3.0" dependencies = [ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d8b80fb..01264b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crisp-status-local" -version = "1.2.2" +version = "1.3.0" description = "Crisp Status local probe relay." readme = "README.md" license = "MPL-2.0" diff --git a/README.md b/README.md index d8837d5..67fb9f8 100644 --- a/README.md +++ b/README.md @@ -52,13 +52,13 @@ You might find it convenient to run Crisp Status Local via Docker. You can find First, pull the `crispim/crisp-status-local` image: ```bash -docker pull crispim/crisp-status-local:v1.2.2 +docker pull crispim/crisp-status-local:v1.3.0 ``` Then, seed it a configuration file and run it (replace `/path/to/your/crisp-status-local/config.cfg` with the path to your configuration file): ```bash -docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.2.2 +docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.3.0 ``` In the configuration file, ensure that: