v2.0.0-rc.0

This commit is contained in:
Isiah Meadows 2018-10-25 14:54:22 -04:00
parent 97b6125654
commit 3e494583c6
4 changed files with 4 additions and 4 deletions

View file

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