Bump version to 0.3.0

Bumping minor version because type change in `PluginHeader` from `&str` to `Cow<str>`.
This commit is contained in:
Tyler Hallada 2021-07-23 23:15:33 -04:00
parent 151ff191cc
commit 173289a7e8
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.2.1"
version = "0.3.0"
dependencies = [
"anyhow",
"argh",

View File

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