Skip to content

Commit

Permalink
Bump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyZoos committed May 21, 2022
1 parent 82dfcd2 commit aca1842
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions OpenRTSCamera.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.11.1",
"VersionName": "0.11.2",
"FriendlyName": "OpenRTSCamera",
"Description": "An Unreal Engine 5 open-source RTS/MOBA camera implementation that aims to be fully featured, customizable and dependable",
"Category": "Gameplay",
Expand All @@ -20,7 +20,9 @@
"Name": "OpenRTSCamera",
"Type": "Runtime",
"LoadingPhase": "Default",
"WhitelistPlatforms": ["Win64"]
"PlatformAllowList": [
"Win64"
]
}
],
"Plugins": [
Expand All @@ -29,4 +31,4 @@
"Enabled": true
}
]
}
}

0 comments on commit aca1842

Please sign in to comment.