From 173289a7e81a23c13f01520fe37d71b34e090a8c Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 23 Jul 2021 23:15:33 -0400 Subject: [PATCH] Bump version to 0.3.0 Bumping minor version because type change in `PluginHeader` from `&str` to `Cow`. --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68590a8..6738b49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,7 +241,7 @@ dependencies = [ [[package]] name = "skyrim-cell-dump" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 33b8ee8..d4dddf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skyrim-cell-dump" -version = "0.2.1" +version = "0.3.0" edition = "2018" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"