Bump version to 0.4.1

This commit is contained in:
Tyler Hallada 2022-10-01 17:50:08 -04:00
parent 5e3a07dfa6
commit 66ca50650b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "skyrim-cell-dump"
version = "0.4.0"
version = "0.4.1"
edition = "2018"
authors = ["Tyler Hallada <tyler@hallada.net>"]
description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"