Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

Commit

Permalink
version bump to v.1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pathmann committed Nov 1, 2016
1 parent 2cbb06f commit c635244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pytson.cpp
Expand Up @@ -9,7 +9,7 @@ const char* ts3plugin_name() {
}

const char* ts3plugin_version() {
return "1.0.3";
return "1.0.4";
}

int ts3plugin_apiVersion() {
Expand Down
4 changes: 2 additions & 2 deletions tools/bundle.py
Expand Up @@ -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"
"""
Expand All @@ -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"
"""
Expand Down

0 comments on commit c635244

Please sign in to comment.