Skip to content

Commit f68148d

Browse files
v1.4.3
1 parent ddc6019 commit f68148d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crisp-status-local"
3-
version = "1.4.2"
3+
version = "1.4.3"
44
description = "Crisp Status local probe relay."
55
readme = "README.md"
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ You might find it convenient to run Crisp Status Local via Docker. You can find
5252
First, pull the `crispim/crisp-status-local` image:
5353

5454
```bash
55-
docker pull crispim/crisp-status-local:v1.4.2
55+
docker pull crispim/crisp-status-local:v1.4.3
5656
```
5757

5858
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):
5959

6060
```bash
61-
docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.4.2
61+
docker run -v /path/to/your/crisp-status-local/config.cfg:/etc/crisp-status-local.cfg crispim/crisp-status-local:v1.4.3
6262
```
6363

6464
In the configuration file, ensure that:

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -f
22

33
DISTRIBUTION = $(shell lsb_release -sr)
4-
VERSION = 1.4.2
4+
VERSION = 1.4.3
55
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
66
URL = https://github.com/crisp-im/crisp-status-local/releases/download/v$(VERSION)/
77

0 commit comments

Comments
 (0)