From 7753add313480cc8809dcf9d44da9c8a657d71d3 Mon Sep 17 00:00:00 2001 From: Jonas Grawe Date: Tue, 22 Oct 2024 23:10:36 +0200 Subject: [PATCH] chore: Bump to v3.1.2 --- crates/punktf-cli/Cargo.toml | 2 +- crates/punktf-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/punktf-cli/Cargo.toml b/crates/punktf-cli/Cargo.toml index 1b1ea90..af04d20 100644 --- a/crates/punktf-cli/Cargo.toml +++ b/crates/punktf-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "punktf" -version = "3.1.1" +version = "3.1.2" description = "A cross-platform multi-target dotfiles manager" documentation = "https://github.com/Shemnei/punktf" homepage = "https://github.com/Shemnei/punktf" diff --git a/crates/punktf-lib/Cargo.toml b/crates/punktf-lib/Cargo.toml index d730d53..6ac345e 100644 --- a/crates/punktf-lib/Cargo.toml +++ b/crates/punktf-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "punktf-lib" -version = "2.0.1" +version = "2.0.2" description = "Library for punktf, a cross-platform multi-target dotfiles manager" documentation = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib" homepage = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib"