diff --git a/Cargo.lock b/Cargo.lock index 89244b2..9853c7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1181,7 +1181,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "mellow" -version = "0.12.0" +version = "0.13.0" dependencies = [ "actix-web", "async-recursion", diff --git a/mellow/Cargo.toml b/mellow/Cargo.toml index 3fd19c4..a6c41a6 100644 --- a/mellow/Cargo.toml +++ b/mellow/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mellow" authors = ["katsumi143 <32640219+katsumi143@users.noreply.github.com>"] -version = "0.12.0" +version = "0.13.0" description = "now here's the syncer" readme = "../README.md"