Skip to content

Commit

Permalink
v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Feb 21, 2023
1 parent 9590d7a commit 5fda877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ tokio = { version = "1.25.0", features = ["macros", "rt", "test-util"] }
members = ["server", "synapse"]

[workspace.package]
version = "0.1.10"
version = "0.1.11"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/matrix-org/rust-http-rendezvous-server/"
rust-version = "1.64"

[workspace.dependencies]
matrix-http-rendezvous = { path = "./", version = "0.1.10" }
matrix-http-rendezvous = { path = "./", version = "0.1.11" }
2 changes: 1 addition & 1 deletion synapse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ authors = [

[tool.poetry]
name = "matrix_http_rendezvous_synapse"
version = "0.1.10"
version = "0.1.11"
description = "A Matrix Synapse module which implements MSC3886"
authors = ["Quentin Gliech <quenting@element.io>"]

Expand Down

0 comments on commit 5fda877

Please sign in to comment.