Skip to content

Commit d73992d

Browse files
committed
v0.1.3
1 parent 8f4146d commit d73992d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"

server/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-server"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -15,4 +15,4 @@ tracing = "0.1.37"
1515
tracing-subscriber = "0.3.16"
1616
clap = { version = "4.0.14", features = ["derive"] }
1717

18-
matrix-http-rendezvous = { path = "../", version = "0.1.2" }
18+
matrix-http-rendezvous = { path = "../", version = "0.1.3" }

synapse/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "matrix-http-rendezvous-synapse"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
authors = ["Quentin Gliech <[email protected]>"]
55
edition = "2021"
66
license = "Apache-2.0"
@@ -23,4 +23,4 @@ serde = { version = "1.0.145", features = ["derive"] }
2323
tower = { version = "0.4.13", features = ["util"] }
2424
tracing = { version = "0.1.37", features = ["log", "log-always"] }
2525

26-
matrix-http-rendezvous = { path = "../", version = "0.1.2" }
26+
matrix-http-rendezvous = { path = "../", version = "0.1.3" }

synapse/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors = [
2020

2121
[tool.poetry]
2222
name = "matrix_http_rendezvous_synapse"
23-
version = "0.1.2"
23+
version = "0.1.3"
2424
description = "A Matrix Synapse module which implements MSC3886"
2525
authors = ["Quentin Gliech <[email protected]>"]
2626

0 commit comments

Comments
 (0)