From 2ccdc4a20bfe158ce8fef3501bc39a0223cc89f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 8 Sep 2023 12:53:32 +0200 Subject: [PATCH] Update plugin version to 1.8.2 for UE5.3 --- PlasticSourceControl.uplugin | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PlasticSourceControl.uplugin b/PlasticSourceControl.uplugin index 4d5e06a2..cfccae97 100644 --- a/PlasticSourceControl.uplugin +++ b/PlasticSourceControl.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, - "Version": 81, - "VersionName": "1.8.1+dev", + "Version": 82, + "VersionName": "1.8.2", "FriendlyName": "Unity Version Control", "Description": "Unity Version Control (formerly Plastic SCM)", "Category": "Source Control", diff --git a/README.md b/README.md index f51e7742..d708fb72 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,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.8.1 2023/06/27 for UE 5.0/5.1/5.2/Github 5.3.x and UE 4.27.2: +### Version 1.8.2 2023/09/08 for UE 5.0/5.1/5.2/5.3 and UE 4.27.2: - manage connection to the server - show current branch name and CL in status text - display status icons to show controlled/checked-out/added/deleted/private/changed/ignored/not-up-to-date files