From a67619e517bc8d721f1c6dc0ead896b57e55126c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lidwin?= Date: Fri, 12 Jul 2024 13:48:06 +0200 Subject: [PATCH] release: v0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f6201c..bb049e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "comet" -version = "0.1.0" +version = "0.1.1" dependencies = [ "async_zip", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index 8391c51..8589ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comet" -version = "0.1.0" +version = "0.1.1" edition = "2021" description = "" authors = ["Paweł Lidwin "]