From 0e3d127779095fd7ecc397d11bc2074f2878fe76 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Thu, 20 May 2021 22:22:17 -0400 Subject: [PATCH] Patch version 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9dea1c..e473bd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ [[package]] name = "skyrim-cell-dump" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 6d8789c..fc02a72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skyrim-cell-dump" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["Tyler Hallada "] description = "Library and binary for parsing Skyrim plugin files and extracting CELL data"