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

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
David authored and Splamy committed Jan 17, 2018
1 parent e028032 commit e3bba4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TS3Hook/Ts3Plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#define PLUGIN_API_VERSION 22

const char* ts3plugin_name() { return "TS3Hook"; }
const char* ts3plugin_version() { return "1.1.1"; }
const char* ts3plugin_version() { return "1.2"; }

int ts3plugin_apiVersion() {
int target = -1;
Expand Down

0 comments on commit e3bba4b

Please sign in to comment.