From d63ac049a68b127b2181ac77eac39f572a58b24c Mon Sep 17 00:00:00 2001 From: "v.alyamkin" Date: Tue, 3 May 2016 19:04:03 +0300 Subject: [PATCH] Update version to release: 1.1 R 13 --- README.md | 3 +-- VaRestPlugin.uplugin | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c05eab9d..46b3b0a8 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,10 @@ Key features: * Blueprintable FJsonObject wrapper with almost full support of Json features: different types of values, **arrays**, **binary data** content, both ways serializarion to FString, etc. * Blueprintable FJsonValue wrapper - **full Json features made for blueprints!** * Both bindable events and **latent functions** are provided to control the asynchronous requests -* [Parse](https://parse.com) REST API manager to start working with Parse out of the box! Check the [Wiki](https://github.com/ufna/VaRest/wiki) tab for plugin usage examples and installation notes. -Current version: **1.1 R 12** (UE 4.8-4.10) +Current version: **1.1 R 13** (UE 4.11) ![SCREENSHOT](SCREENSHOT.jpg) diff --git a/VaRestPlugin.uplugin b/VaRestPlugin.uplugin index e1af443f..bce225b7 100644 --- a/VaRestPlugin.uplugin +++ b/VaRestPlugin.uplugin @@ -2,12 +2,12 @@ "FileVersion" : 3, "FriendlyName" : "VaRest", - "Version" : 12, - "VersionName" : "1.1-r12", + "Version" : 13, + "VersionName" : "1.1-r13", "CreatedBy" : "Vladimir Alyamkin", "CreatedByURL" : "http://alyamkin.com", - "EngineVersion" : "4.10.0", - "Description" : "Plugin that makes REST (JSON) server communication easy to use. Parse API helpers included.", + "EngineVersion" : "4.11.0", + "Description" : "Plugin that makes REST (JSON) server communication easy to use", "Category" : "Network", "MarketplaceURL" : "com.epicgames.launcher://ue/marketplace/offers/e47be161e7a24e928560290abd5dcc4f",