From bb17414c303c801f8eeda7f28b170a1558cfec5f Mon Sep 17 00:00:00 2001 From: Gerke Max Preussner Date: Mon, 19 Mar 2018 20:37:19 -0400 Subject: [PATCH] Updated version and readme file. --- README.md | 2 +- TextAsset.uplugin | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 312fc55..0cb8449 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ that are not yet available in the UE4 Master branch. ## Supported Platforms -This plug-in was last built against **Unreal Engine 4.17**. It works on all +This plug-in was last built against **Unreal Engine 4.19**. It works on all platforms. diff --git a/TextAsset.uplugin b/TextAsset.uplugin index ee6b8f4..ea96d56 100644 --- a/TextAsset.uplugin +++ b/TextAsset.uplugin @@ -1,8 +1,8 @@ { "FileVersion" : 3, - "Version" : 7, - "VersionName" : "7.0", - "EngineVersion" : "4.18.0", + "Version" : 8, + "VersionName" : "8.0", + "EngineVersion" : "4.19.0", "FriendlyName" : "Text Asset", "Description" : "Adds an editable text content asset for personal notes.", "Category" : "Editor",