Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Update plugin version and description for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Nov 1, 2015
1 parent ecfd69e commit 30d122c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ Key features:

* Flexible Http/Https request management with support of different Verbs and Content Types
* **No C++ coding required**, everything can be managed via blueprints
* Blueprintable FJsonObject wrapper with almost full support of Json features: different types of values, **arrays**, both ways serializarion to FString, etc.
* 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 RC 9** (UE 4.8/4.9)
Current version: **1.1 R 11** (UE 4.8-4.10)

![SCREENSHOT](SCREENSHOT.jpg)

Expand Down
4 changes: 2 additions & 2 deletions VaRestPlugin.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"FileVersion" : 3,

"FriendlyName" : "VaRest",
"Version" : 10,
"VersionName" : "1.1-r10",
"Version" : 11,
"VersionName" : "1.1-r11",
"CreatedBy" : "Vladimir Alyamkin",
"CreatedByURL" : "http://alyamkin.com",
"EngineVersion" : 1579795,
Expand Down

0 comments on commit 30d122c

Please sign in to comment.