From fcab06904115eb7ed5eeee89ee0e75806a7224c4 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 31 Oct 2023 23:17:41 -0400 Subject: [PATCH] Bump version to 0.4.2 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c17cf21..6e44b87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "skyrim-cell-dump" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index ee87014..d799b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skyrim-cell-dump" -version = "0.4.1" +version = "0.4.2" edition = "2018" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data" @@ -26,4 +26,4 @@ build-binary = ["argh", "serde_json"] [[bin]] name = "skyrim-cell-dump" path = "src/bin/cli.rs" -required-features = ["build-binary"] \ No newline at end of file +required-features = ["build-binary"]