v2.0.0-rc.3

This commit is contained in:
Isiah Meadows 2018-12-06 00:36:12 -05:00
parent 8dbf63883b
commit f09c84c369
6 changed files with 6 additions and 6 deletions

View file

@ -1576,7 +1576,7 @@ m.request = requestService.request
m.jsonp = requestService.jsonp
m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.version = "2.0.0-rc.2"
m.version = "2.0.0-rc.3"
m.vnode = Vnode
m.PromisePolyfill = PromisePolyfill
if (typeof module !== "undefined") module["exports"] = m