Skip to content

Commit

Permalink
v2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Oct 25, 2018
1 parent 97b6125 commit 3e49458
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 @@ -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
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-lock.json

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.1.6",
"version": "2.0.0-rc.0",
"description": "A framework for building brilliant applications",
"author": "Leo Horie",
"license": "MIT",
Expand Down

1 comment on commit 3e49458

@KasperTidemann
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Please sign in to comment.