From 6b6f436266638fc5e78e372cffadd13cc693cca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Thu, 2 Mar 2023 19:31:35 +0100 Subject: [PATCH] chore: release 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80fcfc6..dd8f461 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "sback" -version = "0.2.0" +version = "0.3.0" dependencies = [ "clap", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 324fc2f..cd773b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sback" -version = "0.2.0" +version = "0.3.0" edition = "2021" authors = ["Max StrĂ¼bing "] description = "A CLI tool to manage and run your backups."