diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 720ececa..b07b2704 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -14,7 +14,7 @@ /*[[[cog from arma_config_tools import *; json_to_arma()]]]*/ class CfgEpochClient { - epochVersion = "1.1.0"; + epochVersion = "1.1.1"; ArmAVersion = 176; debug = "true"; // true = enable extra rpt debug lines, false to disable diff --git a/Sources/epoch_server/config.cpp b/Sources/epoch_server/config.cpp index 8632f8a5..70587f5d 100644 --- a/Sources/epoch_server/config.cpp +++ b/Sources/epoch_server/config.cpp @@ -145,7 +145,7 @@ class CfgServerFunctions }; class CfgServerVersion { - client = "1.1.0"; - config = "1.1.0"; + client = "1.1.1"; + config = "1.1.1"; hive = "0.6.0.0"; }; diff --git a/Sources/epoch_server_settings/config.cpp b/Sources/epoch_server_settings/config.cpp index e1100b1d..cccaa58a 100644 --- a/Sources/epoch_server_settings/config.cpp +++ b/Sources/epoch_server_settings/config.cpp @@ -20,7 +20,7 @@ class CfgPatches { units[] = {}; weapons[] = {}; requiredVersion = 0.1; - epochVersion = "1.1.0"; + epochVersion = "1.1.1"; requiredAddons[] = {}; #include "build.hpp" }; diff --git a/changelog.md b/changelog.md index ca1cae9b..8e2554e0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ # Change Log All changes for [Arma 3](https://arma3.com/) [Epoch Mod](https://epochmod.com) are listed in this changelog. +## [1.1.1.0] - Unreleased + + + ## [1.1.0.0] - 2018-03-15 ### Added - Plant Spawner: vehicle object for sunflower. @Helion4