Bump API version to v1.1

pull/998/head
Marcel Klehr 2012-09-13 16:13:54 +02:00
parent f3abe6e970
commit ad16c0d0d4
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ var version =
, "isPasswordProtected" : ["padID"]
, "listAuthorsOfPad" : ["padID"]
, "padUsersCount" : ["padID"]
, "getAuthorName" : ["authorID"]
}
, "1.1":
{ "getAuthorName" : ["authorID"]
, "padUsers" : ["padID"]
, "sendClientsMessage" : ["padID", "msg"]
}