From d64ca208ca721e643179f736b12e8866055bdafd Mon Sep 17 00:00:00 2001 From: DucNV Date: Mon, 22 Jan 2024 17:22:36 +0700 Subject: [PATCH] update max version ui effect and ui particle --- VirtueSky/ControlPanel/ConstantPackage.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VirtueSky/ControlPanel/ConstantPackage.cs b/VirtueSky/ControlPanel/ConstantPackage.cs index 336f3c16..5cbf61ee 100644 --- a/VirtueSky/ControlPanel/ConstantPackage.cs +++ b/VirtueSky/ControlPanel/ConstantPackage.cs @@ -91,11 +91,11 @@ public class ConstantPackage public const string PackageNameCoffeeUIEffect = "com.coffee.ui-effect"; public const string MaxVersionCoffeeUIEffect = - "https://github.com/mob-sakai/UIEffect.git#4.0.0"; + "https://github.com/mob-sakai/UIEffect.git#4.0.0-preview.10"; public const string PackageNameCoffeeUIParticle = "com.coffee.ui-particle"; public const string MaxVersionCoffeeUIParticle = - "https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.2.0"; + "https://github.com/mob-sakai/ParticleEffectForUGUI.git#4.5.2"; } } \ No newline at end of file