From b0f651255fd24b92d259d0bf9983f92919c8d131 Mon Sep 17 00:00:00 2001 From: pathmann Date: Mon, 19 Sep 2016 21:27:12 +0200 Subject: [PATCH] version bump to 1.0.3 --- src/pytson.cpp | 2 +- tools/bundle.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pytson.cpp b/src/pytson.cpp index 5a763ca..a547d22 100644 --- a/src/pytson.cpp +++ b/src/pytson.cpp @@ -9,7 +9,7 @@ const char* ts3plugin_name() { } const char* ts3plugin_version() { - return "1.0.2"; + return "1.0.3"; } int ts3plugin_apiVersion() { diff --git a/tools/bundle.py b/tools/bundle.py index 602ecda..502a3f0 100755 --- a/tools/bundle.py +++ b/tools/bundle.py @@ -28,7 +28,7 @@ Name = pyTSon Type = Plugin Author = Thomas "PLuS" Pathmann -Version = 1.0.2 +Version = 1.0.3 Platforms = %s Description = "pyTSon - A python plugin to enhance the TS3 client with python scripts" """