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 Nov 26, 2023
1 parent af4cc6f commit 5563796
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.0a15"
version = "1.0.0a16"
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.0a14",
"avilla-core >= 1.0.0a16",
"avilla-standard-qq >= 1.0.0a7"
]

[project]
name = "avilla-elizabeth"
version = "1.0.0a15" # WIP for release.
version = "1.0.0a16" # 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/qqapi.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
includes = ["avilla/qqapi"]
raw_dependencies = [
"avilla-core >= 1.0.0a15",
"avilla-core >= 1.0.0a16",
"avilla-standard-qq >= 1.0.0a7"
]

[project]
name = "avilla-qqapi"
version = "1.0.0a19"
version = "1.0.0a20"
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.0a14",
"avilla-core >= 1.0.0a16",
"avilla-standard-qq >= 1.0.0a7",
]

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

0 comments on commit 5563796

Please sign in to comment.