diff --git a/PlasticSourceControl.uplugin b/PlasticSourceControl.uplugin index e71e05ac..e205309d 100644 --- a/PlasticSourceControl.uplugin +++ b/PlasticSourceControl.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 101, - "VersionName": "1.10.1+dev", + "Version": 110, + "VersionName": "1.11.0", "FriendlyName": "Unity Version Control", "Description": "Unity Version Control (formerly Plastic SCM)", "Category": "Source Control", diff --git a/README.md b/README.md index eddcd5af..cde4d899 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,7 @@ eg: This version here is the development version, so it always contains additional fixes, performance improvements or new features compared to the one integrated in Engine. -### Version 1.10.1 2024/04/30 for UE 5.0/5.1/5.2/5.3/5.4 and UE 4.27 +### Version 1.11.0 2024/06/18 for UE 5.0/5.1/5.2/5.3/5.4 and UE 4.27 - manage connection to the server - display status icons to show controlled/checked-out/added/deleted/private/changed/ignored/not-up-to-date files - Smart Locks: manage Locks from a dockable window. Release or Remove them. Display status icons for locked files, retained locks, on what branch and by whom.