From b483e4c4d5e6fffa9aba0f9a3c32c64610d6e309 Mon Sep 17 00:00:00 2001 From: Leonard Lesinski <84378319+Le0X8@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:56:01 +0200 Subject: [PATCH] chore: Updated version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e19734a..1e0d352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "neozip" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "crc32fast", diff --git a/Cargo.toml b/Cargo.toml index 19cd09f..9b123ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neozip" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" authors = ["Leonard Lesinski"]