From 69e3ff936f34d7118a3aaed3439062de6d025efe Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Tue, 13 Feb 2024 00:33:52 +0100 Subject: [PATCH] Release 3.1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb31af8..3e81786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -422,7 +422,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chezmoi_modify_manager" -version = "3.0.0" +version = "3.1.0" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 09575eb..62a0b0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "GPL-3.0-only" name = "chezmoi_modify_manager" repository = "https://github.com/VorpalBlade/chezmoi_modify_manager" rust-version = "1.74.0" -version = "3.0.0" +version = "3.1.0" [features] default = ["updater-tls-rusttls", "keyring"]