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 15, 2023
1 parent 1835273 commit 3526acf
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.0a11"
version = "1.0.0a12"
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.0a10",
"avilla-core >= 1.0.0a12",
"avilla-standard-qq >= 1.0.0a7"
]

[project]
name = "avilla-elizabeth"
version = "1.0.0a11" # WIP for release.
version = "1.0.0a12" # 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/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.0a8",
"avilla-core >= 1.0.0a12",
"avilla-standard-qq >= 1.0.0a7",
]

[project]
name = "avilla-red"
version = "1.0.0a9"
version = "1.0.0a12"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"}
]
Expand Down
4 changes: 2 additions & 2 deletions .mina/satori.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
includes = ["avilla/satori"]
raw_dependencies = [
"avilla-core >= 1.0.0a10",
"avilla-core >= 1.0.0a12",
]

[project]
name = "avilla-satori"
version = "1.0.0a10"
version = "1.0.0a12"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"}
]
Expand Down

0 comments on commit 3526acf

Please sign in to comment.