From 5832b0cd01a7ec7c71d5b7aed2e1f5c321cd44a9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 1 May 2026 20:29:33 +0300 Subject: [PATCH] chore: tag 1.0.1 Signed-off-by: NotAShelf Change-Id: I4992cfc0f5778c7fde25b055502665bb6a6a6964 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8478d8..5773673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "pakker" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 8427594..a3a6260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pakker" -version = "1.0.0" +version = "1.0.1" edition = "2024" authors = [ "NotAShelf " ] description = "A fast, reliable multiplatform modpack manager for Minecraft"