diff --git a/README.md b/README.md index 66e1866c..6583abe7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ dependencies: ```toml # crates.io release -ruma = { version = "0.4.0", features = ["..."] } +ruma = { version = "0.5.0", features = ["..."] } # git dependency ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["..."] } ```