diff --git a/Cargo.toml b/Cargo.toml index 97cc334..12ce534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-http-rendezvous" -version = "0.1.8" +version = "0.1.9" authors = ["Quentin Gliech "] edition = "2021" license = "Apache-2.0" diff --git a/server/Cargo.toml b/server/Cargo.toml index 2139f09..f0c323f 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-http-rendezvous-server" -version = "0.1.8" +version = "0.1.9" authors = ["Quentin Gliech "] edition = "2021" license = "Apache-2.0" @@ -17,4 +17,4 @@ tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" tracing-subscriber = "0.3.16" -matrix-http-rendezvous = { path = "../", version = "0.1.8" } +matrix-http-rendezvous = { path = "../", version = "0.1.9" } diff --git a/synapse/Cargo.toml b/synapse/Cargo.toml index 279f5d5..b781357 100644 --- a/synapse/Cargo.toml +++ b/synapse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix-http-rendezvous-synapse" -version = "0.1.8" +version = "0.1.9" authors = ["Quentin Gliech "] edition = "2021" license = "Apache-2.0" @@ -28,4 +28,4 @@ tokio = "1.23.0" tower = { version = "0.4.13", features = ["util"] } tracing = { version = "0.1.37", features = ["log", "log-always"] } -matrix-http-rendezvous = { path = "../", version = "0.1.8" } +matrix-http-rendezvous = { path = "../", version = "0.1.9" } diff --git a/synapse/pyproject.toml b/synapse/pyproject.toml index 1010bea..c323c99 100644 --- a/synapse/pyproject.toml +++ b/synapse/pyproject.toml @@ -20,7 +20,7 @@ authors = [ [tool.poetry] name = "matrix_http_rendezvous_synapse" -version = "0.1.8" +version = "0.1.9" description = "A Matrix Synapse module which implements MSC3886" authors = ["Quentin Gliech "]