Skip to content

Commit

Permalink
update max version ui effect and ui particle
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf52 committed Jan 22, 2024
1 parent 3275928 commit d64ca20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VirtueSky/ControlPanel/ConstantPackage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}

0 comments on commit d64ca20

Please sign in to comment.