diff --git a/Cargo.lock b/Cargo.lock index 1255e20..de8a06a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4815,7 +4815,7 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "renkit" -version = "4.5.0" +version = "4.5.0-alpha.1" dependencies = [ "anyhow", "app-store-connect", diff --git a/Cargo.toml b/Cargo.toml index 2b57162..e529149 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "renkit" -version = "4.5.0" +version = "4.5.0-alpha.1" edition = "2021" repository = "https://github.com/kobaltcore/renkit" description = "A collection of tools to help you organise and use Ren'Py instances from the command line."