Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Oct 14, 2024
1 parent 5c0b2a3 commit cd6ff92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Facade.reds
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import EquipmentEx.OutfitSystem

public abstract class EquipmentEx {
public static func Version() -> String = "1.2.5";
public static func Version() -> String = "1.2.6";

public static func Activate(game: GameInstance) {
OutfitSystem.GetInstance(game).Activate();
Expand Down

0 comments on commit cd6ff92

Please sign in to comment.