Skip to content

Commit 15b6c5f

Browse files
committed
chore: bump to 0.1.13
1 parent 578e0c8 commit 15b6c5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You must have the server running before the demo clients can connect. The easies
4343
Open your terminal and run the following command:
4444

4545
```bash
46-
docker run --rm --net=host ghcr.io/pulsebeamdev/pulsebeam:pulsebeam-v0.1.12
46+
docker run --rm --net=host ghcr.io/pulsebeamdev/pulsebeam:pulsebeam-v0.1.31
4747
```
4848

4949
This command starts the PulseBeam server, which is now listening for connections on your machine. Keep this terminal window running.

pulsebeam/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pulsebeam"
3-
version = "0.1.12"
3+
version = "0.1.13"
44

55
edition.workspace = true
66
homepage.workspace = true

0 commit comments

Comments
 (0)