fix version string

This commit is contained in:
Leo Horie 2016-03-02 16:16:33 -05:00
parent 501e380825
commit 79665d46f4
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
"use strict" "use strict"
m.version = function () { m.version = function () {
return "v0.2.2-rc.1" return "v0.2.3"
} }
var hasOwn = {}.hasOwnProperty var hasOwn = {}.hasOwnProperty

2
mithril.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long