Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
psiberx committed Feb 29, 2024
1 parent 2964a1a commit 49e6629
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

### Requirements

- Cyberpunk 2077 2.11
- [ArchiveXL](https://github.com/psiberx/cp2077-archive-xl) 1.11.3+
- [TweakXL](https://github.com/psiberx/cp2077-tweak-xl) 1.7.0+
- [Codeware](https://github.com/psiberx/cp2077-codeware) 1.7.1+
- Cyberpunk 2077 2.12+
- [ArchiveXL](https://github.com/psiberx/cp2077-archive-xl) 1.12.0+
- [TweakXL](https://github.com/psiberx/cp2077-tweak-xl) 1.8.0+
- [Codeware](https://github.com/psiberx/cp2077-codeware) 1.8.0+
- [redscript](https://github.com/jac3km4/redscript) 0.5.17+

### Installation
Expand Down
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.15";
public static func Version() -> String = "1.1.16";

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

0 comments on commit 49e6629

Please sign in to comment.