From 64a874252abcd44024cf8935fe41fd75e1b4a1d2 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Mon, 30 May 2022 00:28:51 +0200 Subject: [PATCH] 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5490d83..8d38462 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "butterup" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e2d5d36..b60b9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "butterup" description = "Backup btrfs snapshots over SSH" -version = "1.1.0" +version = "1.1.1" authors = ["Joakim Hulthe "] license = "MPL-2.0" edition = "2018"