This commit is contained in:
Leo Horie 2016-10-31 11:52:35 -04:00
parent 8b5873c4f7
commit dd63e724c7
2 changed files with 2 additions and 2 deletions

View file

@ -1186,7 +1186,7 @@ m.request = requestService.request
m.jsonp = requestService.jsonp
m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.version = "1.0.0"
m.version = "1.0.0-rc.1"
if (typeof module !== "undefined") module["exports"] = m
else window.m = m
}