From b94d476d75528ba8feb0a220243683c10c5be72c Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt <3165388245@qq.com> Date: Wed, 10 Jan 2024 02:19:09 +0800 Subject: [PATCH] chore: bump version --- .mina/core.toml | 2 +- .mina/elizabeth.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.mina/core.toml b/.mina/core.toml index b7e52dc2..697fa15d 100644 --- a/.mina/core.toml +++ b/.mina/core.toml @@ -7,7 +7,7 @@ includes = [ [project] name = "avilla-core" -version = "1.0.0a21" +version = "1.0.0a22" authors = [ {name = "GreyElaina", email = "GreyElaina@outlook.com"}, {name = "BlueGlassBlock", email = "blueglassblock@outlook.com"}, diff --git a/.mina/elizabeth.toml b/.mina/elizabeth.toml index 57408e97..9c8b1a52 100644 --- a/.mina/elizabeth.toml +++ b/.mina/elizabeth.toml @@ -1,12 +1,12 @@ includes = ["avilla/elizabeth"] raw-dependencies = [ - "avilla-core >= 1.0.0a21", + "avilla-core >= 1.0.0a22", "avilla-standard-qq >= 1.0.0a21" ] [project] name = "avilla-elizabeth" -version = "1.0.0a22" # WIP for release. +version = "1.0.0a23" # WIP for release. authors = [ {name = "GreyElaina", email = "GreyElaina@outlook.com"}, {name = "RF-Tar-Railt", email = "rf_tar_railt@qq.com"}