Skip to content

Commit

Permalink
prepare v1.2.6 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano authored Jun 14, 2024
1 parent d6e7ba6 commit a3fb078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "control-any-sim"
version = "1.2.5"
version = "1.2.6"
description = "This is a mod for The Sims 4 by Maxis which allows the player to control any NPC character while playing."
license = { file = "LICENSE" }
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/control_any_sim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Sim 4 mod that enables the player to take control of any NPC sim in the game."""

__version__ = "1.2.5"
__version__ = "1.2.6"

0 comments on commit a3fb078

Please sign in to comment.