diff --git a/UnrealFetchDevApp/Plugins/Fetch/Fetch.uplugin b/UnrealFetchDevApp/Plugins/Fetch/Fetch.uplugin index 3dd6a60..d08e50d 100644 --- a/UnrealFetchDevApp/Plugins/Fetch/Fetch.uplugin +++ b/UnrealFetchDevApp/Plugins/Fetch/Fetch.uplugin @@ -1,15 +1,14 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "1.1.2", + "VersionName": "2.0.0", "FriendlyName": "Fetch", "Description": "The Fetch API inspired HTTP client for Unreal Engine. Supports both Blueprints & C++.", "Category": "Network", "CreatedBy": "Arunoda Susiripala", - "CreatedByURL": "https://gamedev4k.com", - "DocsURL": "https://github.com/GameDev4K/unreal-fetch", - "MarketplaceURL": "", - "SupportURL": "https://github.com/GameDev4K/unreal-fetch", + "CreatedByURL": "https://gdi4k.com", + "DocsURL": "https://github.com/GDi4k/unreal-fetch", + "SupportURL": "https://github.com/GDi4k/unreal-fetch", "CanContainContent": true, "IsBetaVersion": false, "IsExperimentalVersion": false,