Changed versions TheM plugins

This commit is contained in:
Max Klaversma 2014-05-04 15:49:18 +02:00
parent baedbe0e92
commit b947490acf
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ class DynamicPointlimitPlugin implements CallbackListener, CommandListener, Plug
* Constants
*/
const ID = 21;
const VERSION = 0.1;
const VERSION = 0.11;
const DYNPNT_MULTIPLIER = 'Pointlimit multiplier';
const DYNPNT_OFFSET = 'Pointlimit offset';

View File

@ -33,7 +33,7 @@ class QueuePlugin implements CallbackListener, CommandListener, ManialinkPageAns
* Constants
*/
const ID = 22;
const VERSION = 0.1;
const VERSION = 0.11;
const ML_ID = 'Queue.Widget';
const ML_ADDTOQUEUE = 'Queue.Add';
const ML_REMOVEFROMQUEUE = 'Queue.Remove';

View File

@ -28,7 +28,7 @@ class TeamSpeakPlugin implements CallbackListener, CommandListener, ManialinkPag
* Constants
*/
const ID = 23;
const VERSION = 0.1;
const VERSION = 0.11;
const TEAMSPEAK_SID = 'TS Server ID';
const TEAMSPEAK_SERVERHOST = 'TS Server host';