Skip to content

Commit

Permalink
v2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Dec 6, 2018
1 parent bd25a8b commit e31c06b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mithril.js
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ m.request = requestService.request
m.jsonp = requestService.jsonp
m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.version = "2.0.0-rc.1"
m.version = "2.0.0-rc.2"
m.vnode = Vnode
m.PromisePolyfill = PromisePolyfill
if (typeof module !== "undefined") module["exports"] = m
Expand Down
Loading

0 comments on commit e31c06b

Please sign in to comment.