From 66ca50650b86cd954f09612f08114a54c99eac0e Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sat, 1 Oct 2022 17:50:08 -0400 Subject: [PATCH] Bump version to 0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea19767..c17cf21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "skyrim-cell-dump" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index ea41bf4..ee87014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skyrim-cell-dump" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"