diff --git a/.pubnub.yml b/.pubnub.yml index 5865f8a..09742fe 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -3,6 +3,11 @@ version: 0.1.0 schema: 1 scm: github.com/pubnub/unreal-engine changelog: + - date: 2024-09-11 + version: 0.1.2 + changes: + - type: feature + text: "Fixes for Unreal Engine Marketplace" - date: 2024-08-14 version: 0.1.0 changes: diff --git a/PubnubLibrary.uplugin b/PubnubLibrary.uplugin index 8c644c8..9691d4e 100644 --- a/PubnubLibrary.uplugin +++ b/PubnubLibrary.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 2, - "VersionName": "0.1.1", + "Version": 3, + "VersionName": "0.1.2", "FriendlyName": "Pubnub Unreal SDK", "Description": "Quickly add interactive features to your game that scale without building your backend infrastructure.", "Category": "Code",