Skip to content

Commit

Permalink
Version#+
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenithVal committed Oct 5, 2024
1 parent 9faf35c commit f6a4207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OSCLeash.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from Controllers.ThreadController import Program

# Make sure to change this to the correct version number on releases.
__version__ = "v"+"2.1.3"
__version__ = "v"+"2.2.0"

def createDefaultConfigFile(configPath): # Creates a default config
try:
Expand Down
4 changes: 2 additions & 2 deletions Scripts/BuildInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
msi_data = {
"Directory": directory_table,
"ProgId": [
("Prog.Id", "2.1.3", None, "VRChat OSC tool to move the player in the direction of a stretched Physbone", "IconId", None),
("Prog.Id", "2.2.0", None, "VRChat OSC tool to move the player in the direction of a stretched Physbone", "IconId", None),
],
"Icon": [
("IconId", "Resources\VRChatOSCLeash.ico"),
Expand All @@ -61,7 +61,7 @@

# Setting for the EXE, and options for python setup.py <options>
setup(name='OSCLeash',
version = '2.1.3',
version = '2.2.0',
description = 'VRChat OSC tool to move the player in the direction of a stretched Physbone',
license = "MIT License",
options = {
Expand Down

0 comments on commit f6a4207

Please sign in to comment.