From f6a4207383d79b2bb99c9bb9d142c89ad272a645 Mon Sep 17 00:00:00 2001 From: ZenithVal <88603991+ZenithVal@users.noreply.github.com> Date: Sat, 5 Oct 2024 18:03:02 -0400 Subject: [PATCH] Version#+ --- OSCLeash.py | 2 +- Scripts/BuildInstaller.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OSCLeash.py b/OSCLeash.py index 2badde6..725d644 100644 --- a/OSCLeash.py +++ b/OSCLeash.py @@ -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: diff --git a/Scripts/BuildInstaller.py b/Scripts/BuildInstaller.py index 845efa1..c1c9783 100644 --- a/Scripts/BuildInstaller.py +++ b/Scripts/BuildInstaller.py @@ -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"), @@ -61,7 +61,7 @@ # Setting for the EXE, and options for python setup.py 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 = {