From e88e2c5e9af2f2efd769d4ec2bd77990b07626a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Mon, 25 Mar 2024 09:56:31 +0100 Subject: [PATCH] Update README and uplugin for release 1.10.0 with View Locks window --- PlasticSourceControl.uplugin | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PlasticSourceControl.uplugin b/PlasticSourceControl.uplugin index 771697fc..a7ec0304 100644 --- a/PlasticSourceControl.uplugin +++ b/PlasticSourceControl.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 90, - "VersionName": "1.9.0+dev", + "Version": 100, + "VersionName": "1.10.0", "FriendlyName": "Unity Version Control", "Description": "Unity Version Control (formerly Plastic SCM)", "Category": "Source Control", diff --git a/README.md b/README.md index c51436c7..7eb4d1a1 100644 --- a/README.md +++ b/README.md @@ -592,7 +592,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.0 2024/03/?? for UE 5.0/5.1/5.2/5.3 and UE 4.27 +### Version 1.10.0 2024/03/25 for UE 5.0/5.1/5.2/5.3 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.