diff --git a/Cargo.lock b/Cargo.lock index 46f78e4..7427c50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -507,7 +507,7 @@ checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "smogon-stats" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9e060c1..2ce04ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smogon-stats" -version = "0.1.0" +version = "0.1.1" edition = "2024" authors = ["mehbark <terezi@pyrope.net>"] description = "turn https://smogon.com/stats/ chaos json files into https://sqlite.org databases"