diff --git a/Cargo.toml b/Cargo.toml index 9ef6214..298ce88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lemmy-client" -version = "0.19.4-rc.8" +version = "0.19.4" edition = "2021" license = "AGPL-3.0" authors = ["SleeplessOne1917"] @@ -13,7 +13,7 @@ categories = ["api-bindings", "wasm"] [dependencies] cfg-if = "1.0.0" http = "1.1" -lemmy_api_common = "0.19.4-rc.8" +lemmy_api_common = "0.19.4" serde = "1.0" leptos = { version = "0.6", optional = true } serde_json = "1.0"