Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Oct 13, 2022
1 parent 688cc58 commit d1614aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-http-rendezvous"
version = "0.1.5"
version = "0.1.6"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-http-rendezvous-server"
version = "0.1.5"
version = "0.1.6"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -17,4 +17,4 @@ tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.16"

matrix-http-rendezvous = { path = "../", version = "0.1.5" }
matrix-http-rendezvous = { path = "../", version = "0.1.6" }
4 changes: 2 additions & 2 deletions synapse/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "matrix-http-rendezvous-synapse"
version = "0.1.5"
version = "0.1.6"
authors = ["Quentin Gliech <quenting@element.io>"]
edition = "2021"
license = "Apache-2.0"
Expand All @@ -27,4 +27,4 @@ tokio = "1.21.2"
tower = { version = "0.4.13", features = ["util"] }
tracing = { version = "0.1.37", features = ["log", "log-always"] }

matrix-http-rendezvous = { path = "../", version = "0.1.5" }
matrix-http-rendezvous = { path = "../", version = "0.1.6" }
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.5"
version = "0.1.6"
description = "A Matrix Synapse module which implements MSC3886"
authors = ["Quentin Gliech <quenting@element.io>"]

Expand Down

0 comments on commit d1614aa

Please sign in to comment.