From 54e2260cabd72d4f91be4ad29588dc872f1dfaed Mon Sep 17 00:00:00 2001 From: ColinTimBarndt Date: Tue, 10 Oct 2023 22:58:23 +0200 Subject: [PATCH] Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a716dd6..c5d4ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[package]] name = "wasm-gzip" -version = "2.0.2" +version = "2.0.3" dependencies = [ "js-sys", "libflate", diff --git a/Cargo.toml b/Cargo.toml index d713fb0..d0832a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-gzip" -version = "2.0.2" +version = "2.0.3" authors = ["ColinTimBarndt "] license = "Unlicense" repository = "https://github.com/ColinTimBarndt/wasm-gzip"