Bump version to 0.4.2

This commit is contained in:
Tyler Hallada 2023-10-31 23:17:41 -04:00
parent fac957fafa
commit fcab069041
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -241,7 +241,7 @@ dependencies = [
[[package]]
name = "skyrim-cell-dump"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
"argh",

View File

@ -1,6 +1,6 @@
[package]
name = "skyrim-cell-dump"
version = "0.4.1"
version = "0.4.2"
edition = "2018"
authors = ["Tyler Hallada <tyler@hallada.net>"]
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"]
required-features = ["build-binary"]