Merge pull request #741 from impinball/next

Bump npm version
This commit is contained in:
Leo Horie 2015-08-04 14:52:18 -04:00
commit ab8af3ea1d

View file

@ -1,11 +1,11 @@
{ {
"name": "mithril", "name": "mithril",
"description": "Mithril.js beta build - use this to help us test the releases before they are released", "description": "Mithril.js beta build - use this to help us test the releases before they are released",
"version": "0.1.34-beta.0", "version": "0.2.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@github.com:lhorie/mithril.js.git" "url": "git@github.com:lhorie/mithril.js.git"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },