From 0bf2f66851038a35fc75dce057e75e7031195098 Mon Sep 17 00:00:00 2001 From: sjfhsjfh Date: Mon, 24 Feb 2025 23:52:09 +0800 Subject: [PATCH] chore: v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3491802..6d657a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3129,7 +3129,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typship" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 02691ce..e9a1362 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typship" -version = "0.4.0" +version = "0.4.1" description = "A cli for typst packages." repository = "https://github.com/sjfhsjfh/typship" homepage = "https://github.com/sjfhsjfh/typship"