Bump version to 0.2.1

This commit is contained in:
Tyler Hallada 2021-07-21 22:23:28 -04:00
parent 979f70177e
commit 261c0e21c3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -232,7 +232,7 @@ dependencies = [
[[package]] [[package]]
name = "skyrim-cell-dump" name = "skyrim-cell-dump"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"argh", "argh",

View File

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