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