Skip to content

Commit

Permalink
chore: dump version to 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackebein committed Dec 26, 2024
1 parent d2ca110 commit 7ec748d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ObjectTracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ def update_player_height():
HTTP_PORT = int(config["HTTP_Port"] if config["HTTP_Port"] > 0 else get_open_tcp_port()) # OSC QUERY
UPDATE_INTERVAL = 1 / float(config['UpdateRate'])
AVATAR_PARAMETERS_PREFIX = "/avatar/parameters/"
TITLE = "ObjectTracking v0.1.12"
TITLE = "ObjectTracking v0.1.13"

set_title(TITLE)
logger.info(f"IP: {IP} / {AV3EMULATOR_IP}")
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Steam version receives auto updates.

Available branches:
* **Default**: 0.1.12
* **Beta**: 0.1.12
* **Beta**: 0.1.13

### Github
* [0.1.12](https://github.com/Hackebein/Object-Tracking-App/releases/download/0.1.12/HackebeinObjectTracking-0.1.12-win64.zip)
* [0.1.13](https://github.com/Hackebein/Object-Tracking-App/releases/download/0.1.13/HackebeinObjectTracking-0.1.13-win64.zip)

## Features
### AV3Emulator support
Expand Down Expand Up @@ -68,4 +68,4 @@ Log: `%appdata%\ObjectTracking\object_tracking.log`
* Reset OSC config (AM > Options > OSC > Reset Config)
* Switch avatar
* Close all VRChat UIs
* Nudge your thumbstick to move a bit forward
* Nudge your thumbstick to move a bit forward

0 comments on commit 7ec748d

Please sign in to comment.