diff --git a/src/pytson.cpp b/src/pytson.cpp index e1d2248..cb6550e 100644 --- a/src/pytson.cpp +++ b/src/pytson.cpp @@ -9,7 +9,7 @@ const char* ts3plugin_name() { } const char* ts3plugin_version() { - return "1.0.3"; + return "1.0.4"; } int ts3plugin_apiVersion() { diff --git a/tools/bundle.py b/tools/bundle.py index 9af4bd7..f27a7c7 100755 --- a/tools/bundle.py +++ b/tools/bundle.py @@ -28,7 +28,7 @@ Name = pyTSon Type = Plugin Author = Thomas "PLuS" Pathmann -Version = 1.0.3 +Version = 1.0.4 Platforms = %s Description = "pyTSon - A python plugin to enhance the TS3 client with python scripts" """ @@ -37,7 +37,7 @@ Name = pyTSon Type = Plugin Author = Thomas "PLuS" Pathmann -Version = 1.0.3 +Version = 1.0.4 Platforms = %s Description = "pyTSon - A python plugin to enhance the TS3 client with python scripts. In order to work, you have to move python35.dll manually from %%APPDATA%%\TS3Client\plugins\pyTSon\ to %%PROGRAMFILES%%\Teamspeak 3 Client\ once" """