Corrected the API Version number.

pull/2165/head
Stephan Jauernick 2014-06-01 21:21:08 +02:00
parent 412bdd1857
commit fc3ce3429e
1 changed files with 2 additions and 2 deletions

View File

@ -300,7 +300,7 @@ var version =
, "getChatHistory" : ["padID", "start", "end"] , "getChatHistory" : ["padID", "start", "end"]
, "getChatHead" : ["padID"] , "getChatHead" : ["padID"]
} }
, "1.4.1": , "1.2.10":
{ "createGroup" : [] { "createGroup" : []
, "createGroupIfNotExistsFor" : ["groupMapper"] , "createGroupIfNotExistsFor" : ["groupMapper"]
, "deleteGroup" : ["groupID"] , "deleteGroup" : ["groupID"]
@ -348,7 +348,7 @@ var version =
}; };
// set the latest available API version here // set the latest available API version here
exports.latestApiVersion = '1.4.1'; exports.latestApiVersion = '1.2.10';
// exports the versions so it can be used by the new Swagger endpoint // exports the versions so it can be used by the new Swagger endpoint
exports.version = version; exports.version = version;