diff --git a/Assets/Plugins/Editor/Uplift/Windows/UpdateWindow.cs b/Assets/Plugins/Editor/Uplift/Windows/UpdateWindow.cs index 26b2a205..a36eefcf 100644 --- a/Assets/Plugins/Editor/Uplift/Windows/UpdateWindow.cs +++ b/Assets/Plugins/Editor/Uplift/Windows/UpdateWindow.cs @@ -87,7 +87,7 @@ InstalledPackage installed { EditorGUILayout.LabelField("Installed version: " + installed.Version); - if(installed.Version != bestMatch.Package.PackageVersion) + if(VersionParser.GreaterThan(bestMatch.Package.PackageVersion, installed.Version)) { EditorGUILayout.HelpBox( string.Format(