Skip to content

Commit

Permalink
Bump version number to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias von Klipstein committed Jul 25, 2012
1 parent 97687d7 commit ce8ea41
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"name": "bonsai",
"description": "Bonsai runtime and node server",
"main": "src/bootstrapper/_dev/node.js",
"version": "0.2.1",
"version": "0.3.0",
"private": true,
"homepage": "https://github.com/uxebu/bonsai/",
"maintainers": [],
Expand All @@ -15,5 +15,21 @@
"requirejs": "~2.0"
},
"devDependencies": {},
"engine": {}
"engine": {},
"contributors": [
"Jens Arps <arps@uxebu.com>",
"David Aurelio <aurelio@uxebu.com>",
"John-David Dalton <dalton@uxebu.com>",
"Tobias von Klipstein <klipstein@uxebu.com>",
"Wolfram Kriesing <kriesing@uxebu.com>",
"Nikolai Onken <onken@uxebu.com>",
"James Padolsey <padolsey@uxebu.com>",
"Tobias Reiss <reiss@uxebu.com>",
"Stephan Seidt <seidt@uxebu.com>",
"Peter van der Zee <zee@uxebu.com>"
],
"optionalDependencies": {},
"engines": {
"node": "*"
}
}

0 comments on commit ce8ea41

Please sign in to comment.