chore: tag 1.0.0

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I4cdbb718508af5f4b03ce2d1643bb98b6a6a6964
This commit is contained in:
raf 2026-04-22 16:43:28 +03:00
commit 0fcb0d3e76
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1428,7 +1428,7 @@ dependencies = [
[[package]] [[package]]
name = "pakker" name = "pakker"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pakker" name = "pakker"
version = "0.1.0" version = "1.0.0"
edition = "2024" edition = "2024"
authors = [ "NotAShelf <raf@notashelf.dev>" ] authors = [ "NotAShelf <raf@notashelf.dev>" ]
description = "A fast, reliable multiplatform modpack manager for Minecraft" description = "A fast, reliable multiplatform modpack manager for Minecraft"