From ad239c4f263dd4b6334452f47ca19e09c852c233 Mon Sep 17 00:00:00 2001 From: Mathew Robinson Date: Mon, 28 Oct 2024 20:26:39 +0000 Subject: [PATCH] release: 10.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19f5ca8..3340019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,7 +144,7 @@ checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "dfm" -version = "10.3.3" +version = "10.3.4" dependencies = [ "clap", "clap_complete", diff --git a/Cargo.toml b/Cargo.toml index e411823..0f86c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "dfm" description = "A dotfile manager for lazy people and pair programmers." license = "Apache-2.0" -version = "10.3.3" +version = "10.3.4" homepage = "https://github.com/chasinglogic/dfm" documentation = "https://github.com/chasinglogic/dfm" repository = "https://github.com/chasinglogic/dfm"