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

Commit b0f6512

Browse files
author
pathmann
committed
version bump to 1.0.3
1 parent 32a6fd1 commit b0f6512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pytson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const char* ts3plugin_name() {
99
}
1010

1111
const char* ts3plugin_version() {
12-
return "1.0.2";
12+
return "1.0.3";
1313
}
1414

1515
int ts3plugin_apiVersion() {

tools/bundle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Name = pyTSon
2929
Type = Plugin
3030
Author = Thomas "PLuS" Pathmann
31-
Version = 1.0.2
31+
Version = 1.0.3
3232
Platforms = %s
3333
Description = "pyTSon - A python plugin to enhance the TS3 client with python scripts"
3434
"""

0 commit comments

Comments
 (0)