diff --git a/Cargo.lock b/Cargo.lock index 12504e4..53700b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -844,7 +844,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shrupl" -version = "0.1.0" +version = "0.1.0-alpha" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index 0c53fe1..eca8b13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shrupl" -version = "0.1.0" +version = "0.1.0-alpha" edition = "2024" description = "ShrUpl is a tool to upload files to a Sharry Instance through a public Alias, leveraging the tus protocol"