From ddb8362ccd36c12697d482e178252dff13ea8637 Mon Sep 17 00:00:00 2001 From: monodyle Date: Sun, 23 Jun 2024 22:40:18 +0700 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]