Skip to content

Commit

Permalink
v1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Mar 27, 2017
1 parent 4d79536 commit eded525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mithril.js
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ m.request = requestService.request
m.jsonp = requestService.jsonp
m.parseQueryString = parseQueryString
m.buildQueryString = buildQueryString
m.version = "1.0.1"
m.version = "1.1.0-rc.1"
m.vnode = Vnode
if (typeof module !== "undefined") module["exports"] = m
else window.m = m
Expand Down
2 changes: 1 addition & 1 deletion mithril.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mithril",
"version": "1.0.1",
"version": "1.1.0-rc.1",
"description": "A framework for building brilliant applications",
"author": "Leo Horie",
"license": "MIT",
Expand Down

0 comments on commit eded525

Please sign in to comment.