From 43eb15684d5c3a3fc23ed99fa3e91ed92c004528 Mon Sep 17 00:00:00 2001 From: Ryo Takahashi Date: Wed, 14 Sep 2022 03:50:33 +0900 Subject: [PATCH] bump up to 0.2.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 81ea444..a2d3831 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2167,7 +2167,7 @@ dependencies = [ [[package]] name = "ssspambot" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index e8c99f4..db239a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ssspambot" -version = "0.2.1" +version = "0.2.2" edition = "2021" default-run = "ssspambot"