From 769fa3fa4ad5de6a641ce8e4bb2df803de943fc7 Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 16 Jan 2024 09:49:22 +0100 Subject: [PATCH] chore: Release dot-silo version 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4038389..0a6b809 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "dot-silo" -version = "0.1.3" +version = "0.2.0" dependencies = [ "chksum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 924f72a..658d2fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dot-silo" -version = "0.1.3" +version = "0.2.0" edition = "2021" repository = "https://github.com/Trivernis/silo" description = "A dotfile manager"