Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Jan 13, 2024
1 parent 6249561 commit 0f4004d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .mina/core.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includes = [

[project]
name = "avilla-core"
version = "1.0.0a22"
version = "1.0.0a23"
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "BlueGlassBlock", email = "[email protected]"},
Expand Down
4 changes: 2 additions & 2 deletions .mina/elizabeth.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
includes = ["avilla/elizabeth"]
raw-dependencies = [
"avilla-core >= 1.0.0a22",
"avilla-core >= 1.0.0a23",
"avilla-standard-qq >= 1.0.0a21"
]

[project]
name = "avilla-elizabeth"
version = "1.0.0a23" # WIP for release.
version = "1.0.0a24" # WIP for release.
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "RF-Tar-Railt", email = "[email protected]"}
Expand Down
4 changes: 2 additions & 2 deletions .mina/onebot-v11.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
includes = ["avilla/onebot/v11"]
raw-dependencies = [
"avilla-core >= 1.0.0a19",
"avilla-core >= 1.0.0a23",
"avilla-standard-qq >= 1.0.0a21",
"graia-amnesia[asgi]>=0.9.0"
]

[project]
name = "avilla-onebot-v11"
version = "1.0.0a20" # WIP for release.
version = "1.0.0a23" # WIP for release.
authors = [
{name = "GreyElaina", email = "[email protected]"},
]
Expand Down
4 changes: 2 additions & 2 deletions .mina/qqapi.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
includes = ["avilla/qqapi"]
raw_dependencies = [
"avilla-core >= 1.0.0a21",
"avilla-core >= 1.0.0a23",
]

[project]
name = "avilla-qqapi"
version = "1.0.0a27"
version = "1.0.0a28"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"}
]
Expand Down
4 changes: 2 additions & 2 deletions .mina/red.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
includes = ["avilla/red"]
raw_dependencies = [
"avilla-core >= 1.0.0a19",
"avilla-core >= 1.0.0a23",
"avilla-standard-qq >= 1.0.0a19",
]

[project]
name = "avilla-red"
version = "1.0.0a19"
version = "1.0.0a23"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"}
]
Expand Down

0 comments on commit 0f4004d

Please sign in to comment.