diff --git a/Cargo.lock b/Cargo.lock index cc87c67..db16b3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "elden-ring-death-counter" -version = "0.1.0" +version = "0.2.0" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6be0309..996b610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "elden-ring-death-counter" description = "Oh yes... Tarnished, are we? Come to the Lands Between for the Elden Ring, hmm? Of course you have. No shame in it. Unfortunately for you, however, you are maidenless." -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]