From 225aaae327338f9f411df37741341fd44f884700 Mon Sep 17 00:00:00 2001 From: Bluscream Date: Thu, 19 Apr 2018 16:19:30 +0200 Subject: [PATCH] increased version --- TS3Hook/Ts3Plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TS3Hook/Ts3Plugin.cpp b/TS3Hook/Ts3Plugin.cpp index 322b2f3..44b0a25 100644 --- a/TS3Hook/Ts3Plugin.cpp +++ b/TS3Hook/Ts3Plugin.cpp @@ -5,7 +5,7 @@ #define PLUGIN_API_VERSION 22 const char* ts3plugin_name() { return "TS3Hook"; } -const char* ts3plugin_version() { return "1.2.2"; } +const char* ts3plugin_version() { return "1.2.3"; } int ts3plugin_apiVersion() { int target = -1;