Merge branch '0.7-release' into main

This commit is contained in:
Damir Jelić
2024-07-19 12:02:40 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "matrix-sdk-qrcode"
description = "Library to encode and decode QR codes for interactive verifications in Matrix land"
version = "0.7.0"
version = "0.7.1"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
edition = "2021"
homepage = "https://github.com/matrix-org/matrix-rust-sdk"

View File

@@ -1,6 +1,6 @@
[package]
name = "matrix-sdk-sqlite"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
repository = "https://github.com/matrix-org/matrix-rust-sdk"
description = "Sqlite storage backend for matrix-sdk"