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 Dec 26, 2023
1 parent 0e1f55e commit a8c0876
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .mina/console.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
includes = ["avilla/console"]
raw-dependencies = [
"avilla-core >= 1.0.0a18",
"avilla-core >= 1.0.0a19",
]

[project]
name = "avilla-console"
version = "1.0.0a18" # WIP for release.
version = "1.0.0a19" # WIP for release.
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"},
]
Expand Down
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.0a18"
version = "1.0.0a19"
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "BlueGlassBlock", email = "[email protected]"},
Expand Down
6 changes: 3 additions & 3 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.0a16",
"avilla-standard-qq >= 1.0.0a7"
"avilla-core >= 1.0.0a19",
"avilla-standard-qq >= 1.0.0a19"
]

[project]
name = "avilla-elizabeth"
version = "1.0.0a16" # WIP for release.
version = "1.0.0a19" # WIP for release.
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "RF-Tar-Railt", email = "[email protected]"}
Expand Down
6 changes: 3 additions & 3 deletions .mina/onebot-v11.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
includes = ["avilla/onebot/v11"]
raw-dependencies = [
"avilla-core >= 1.0.0a8",
"avilla-standard-qq >= 1.0.0a7"
"avilla-core >= 1.0.0a19",
"avilla-standard-qq >= 1.0.0a19"
]

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

[project]
name = "avilla-qqapi"
version = "1.0.0a22"
version = "1.0.0a23"
authors = [
{name = "RF-Tar-Railt", email = "[email protected]"}
]
Expand Down
6 changes: 3 additions & 3 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.0a16",
"avilla-standard-qq >= 1.0.0a7",
"avilla-core >= 1.0.0a19",
"avilla-standard-qq >= 1.0.0a19",
]

[project]
name = "avilla-red"
version = "1.0.0a16"
version = "1.0.0a19"
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.0a12",
"avilla-core >= 1.0.0a19",
]

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

[project]
name = "avilla-standard-qq"
version = "1.0.0a9"
version = "1.0.0a19"
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "BlueGlassBlock", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion .mina/twilight.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ raw-dependencies = [

[project]
name = "avilla-twilight"
version = "0.2.0" # WIP for release.
version = "0.3.0"
authors = [
{name = "GreyElaina", email = "[email protected]"},
{name = "BlueGlassBlock", email = "[email protected]"},
Expand Down

0 comments on commit a8c0876

Please sign in to comment.