From 33418680b242ca401594544057856db20a42fd7c Mon Sep 17 00:00:00 2001 From: G2-Games Date: Wed, 17 Jul 2024 00:49:44 -0500 Subject: [PATCH] Updated PAK Explorer to v0.1.2 --- pak_explorer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pak_explorer/Cargo.toml b/pak_explorer/Cargo.toml index 49f0601..740daaa 100644 --- a/pak_explorer/Cargo.toml +++ b/pak_explorer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pak_explorer" edition = "2021" -version = "0.1.1" +version = "0.1.2" description = """ A simple GUI for exploring and making modifications to LUCA System PAK files. """