Skip to content

Commit 97939ab

Browse files
committed
rel: 0.4.2
1 parent fd607d9 commit 97939ab

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowsdk"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "Safety-first, realistic, behavior-predictable messaging SDK for MQTT and more."
66
license = "MPL-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Add `flowsdk` to your `Cargo.toml`.
4646

4747
```toml
4848
[dependencies]
49-
flowsdk = { version = "0.3.1", features = ["tls"] }
49+
flowsdk = { version = "0.4.2", features = ["tls"] }
5050
# For QUIC support:
51-
# flowsdk = { version = "0.3.1", features = ["quic"] }
51+
# flowsdk = { version = "0.4.2", features = ["quic"] }
5252
```
5353

5454
### 2. Basic Usage

flowsdk_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flowsdk_ffi"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
description = "FFI bindings for FlowSDK, allowing multi-language integration."
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)