From 700a454203fb5df6b6191bdf032107b1aa10fd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Str=C3=BCbing?= Date: Sun, 26 Feb 2023 13:39:23 +0100 Subject: [PATCH] chore release 0.2.0 skip-checks:true --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7415869..80fcfc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,7 +209,7 @@ dependencies = [ [[package]] name = "sback" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap", "flate2", diff --git a/Cargo.toml b/Cargo.toml index e019dc0..a29c722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sback" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Max StrĂ¼bing "] description = "A CLI tool to manage and run your backups."