From f2a98355445fbc5bcf6dc9007ed89a0ea6fe3018 Mon Sep 17 00:00:00 2001 From: Jay Stevens Date: Thu, 27 Dec 2018 22:35:07 -0800 Subject: [PATCH] Bump up version. --- PolygonalMapGenerator.uplugin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PolygonalMapGenerator.uplugin b/PolygonalMapGenerator.uplugin index c4723f2..27d32d2 100644 --- a/PolygonalMapGenerator.uplugin +++ b/PolygonalMapGenerator.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.1", + "VersionName": "1.0", "FriendlyName": "Polygonal Map Generator", "Description": "An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/.", "Category": "Rendering", @@ -11,7 +11,7 @@ "MarketplaceURL": "https://github.com/Jay2645/Unreal-Polygonal-Map-Gen", "SupportURL": "https://github.com/Jay2645/Unreal-Polygonal-Map-Gen", "CanContainContent": true, - "IsBetaVersion": true, + "IsBetaVersion": false, "Installed": false, "Modules": [ { @@ -36,4 +36,4 @@ "Enabled": true } ] -} \ No newline at end of file +}