Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/issue-66'
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Nov 8, 2017
2 parents 591c150 + 6912f79 commit 7e32f70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SocketIOClient.uplugin
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.6.8",
"VersionName": "0.6.9",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time networking library Socket.IO Client usable from blueprints and c++.",
"Category": "Networking",
Expand Down
2 changes: 1 addition & 1 deletion Source/SocketIOClient/Public/SocketIONative.h
Expand Up @@ -12,7 +12,7 @@ enum ESIOConnectionCloseReason
CLOSE_REASON_DROP
};

class FSocketIONative
SOCKETIOCLIENT_API class FSocketIONative
{
public:

Expand Down

0 comments on commit 7e32f70

Please sign in to comment.