From ae895306ad36761d2f50b081bf1f152039a63c83 Mon Sep 17 00:00:00 2001 From: Oprea Alexandru Date: Thu, 11 Jul 2024 22:20:44 +0300 Subject: [PATCH] version bump + engine version bump --- ConfigCat.uplugin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ConfigCat.uplugin b/ConfigCat.uplugin index 915dc39..7e366b3 100644 --- a/ConfigCat.uplugin +++ b/ConfigCat.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "VersionName": "2.1.0", - "EngineVersion": "5.3", + "VersionName": "2.1.1", + "EngineVersion": "5.4", "FriendlyName": "ConfigCat", "Description": "ConfigCat is a hosted service for feature flag and configuration management. It lets you decouple feature releases from code deployments.", "Category": "FeatureFlags",