From 6dbd8a40cc6181574b8c7c28c962acdb805c3957 Mon Sep 17 00:00:00 2001 From: ScottyThePilot Date: Wed, 28 Aug 2024 17:15:43 -0400 Subject: [PATCH] Bump to 0.3.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc66897..c338e9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,7 +971,7 @@ dependencies = [ [[package]] name = "hoi4_province_editor" -version = "0.3.3" +version = "0.3.4" dependencies = [ "ccl-fxhash", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 0290b60..b555369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hoi4_province_editor" -version = "0.3.3" +version = "0.3.4" authors = ["ScottyThePilot "] edition = "2021" description = "Map editor application for Hearts of Iron IV"