Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pv committed Dec 6, 2023
1 parent f85661a commit 03e37c4
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.1.9";
public static func Version() -> String = "1.1.10";

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

0 comments on commit 03e37c4

Please sign in to comment.