diff --git a/.mina/elizabeth.toml b/.mina/elizabeth.toml index 2ab34482..a6e119b8 100644 --- a/.mina/elizabeth.toml +++ b/.mina/elizabeth.toml @@ -6,7 +6,7 @@ raw-dependencies = [ [project] name = "avilla-elizabeth" -version = "1.0.0a29" # WIP for release. +version = "1.0.0a30" # WIP for release. authors = [ {name = "GreyElaina", email = "GreyElaina@outlook.com"}, {name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"} diff --git a/.mina/qqapi.toml b/.mina/qqapi.toml index edaa6739..a332e64c 100644 --- a/.mina/qqapi.toml +++ b/.mina/qqapi.toml @@ -1,11 +1,11 @@ includes = ["avilla/qqapi"] raw_dependencies = [ - "avilla-core >= 1.0.0a23", + "avilla-core >= 1.0.0a25", ] [project] name = "avilla-qqapi" -version = "1.0.0a28" +version = "1.0.0a29" authors = [ {name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"} ]