From 0902f7c1dba3bee6db85549d02e4851e2453470a Mon Sep 17 00:00:00 2001 From: Lachlan Leone Date: Sun, 12 Apr 2026 12:47:52 +1000 Subject: [PATCH] Version Bump --- Changelogs/GitHub/v0.1.4.md | 3 +++ Changelogs/Workshop/v0.1.4.bbcode | 3 +++ Mod.cs | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 Changelogs/GitHub/v0.1.4.md create mode 100644 Changelogs/Workshop/v0.1.4.bbcode diff --git a/Changelogs/GitHub/v0.1.4.md b/Changelogs/GitHub/v0.1.4.md new file mode 100644 index 0000000..543a024 --- /dev/null +++ b/Changelogs/GitHub/v0.1.4.md @@ -0,0 +1,3 @@ +# Release Notes v0.1.4 + +- Fixed Creme Egg card having the incorrect localization. #1 \ No newline at end of file diff --git a/Changelogs/Workshop/v0.1.4.bbcode b/Changelogs/Workshop/v0.1.4.bbcode new file mode 100644 index 0000000..c822c47 --- /dev/null +++ b/Changelogs/Workshop/v0.1.4.bbcode @@ -0,0 +1,3 @@ +[h1]Release Notes v0.1.4[/h1] + +- Fixed Creme Egg card having the incorrect localization. #1 \ No newline at end of file diff --git a/Mod.cs b/Mod.cs index c7c520d..9a1de35 100644 --- a/Mod.cs +++ b/Mod.cs @@ -25,7 +25,7 @@ namespace Easter2025 { public const string MOD_GUID = "com.starfluxgames.easter2025"; public const string MOD_NAME = "The Great Eggscape"; - public const string MOD_VERSION = "0.1.3"; + public const string MOD_VERSION = "0.1.4"; public const string MOD_AUTHOR = "StarFluxGames"; public const string MOD_GAMEVERSION = ">=1.2.1";