Skip to content

Commit d65e33c

Browse files
committed
Merge branch '0.7-release' into main
2 parents 730d5a3 + 4f79a15 commit d65e33c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/matrix-sdk-qrcode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "matrix-sdk-qrcode"
33
description = "Library to encode and decode QR codes for interactive verifications in Matrix land"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = ["Damir Jelić <[email protected]>"]
66
edition = "2021"
77
homepage = "https://github.com/matrix-org/matrix-rust-sdk"

crates/matrix-sdk-sqlite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-sdk-sqlite"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
repository = "https://github.com/matrix-org/matrix-rust-sdk"
66
description = "Sqlite storage backend for matrix-sdk"

0 commit comments

Comments
 (0)