Skip to content

Commit

Permalink
bump version to 1.0.1 for release on community site
Browse files Browse the repository at this point in the history
  • Loading branch information
mdxp committed Aug 14, 2012
1 parent e07d640 commit 388c71b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v1.0.1:

* fixed bug that prevented overwritting the node/npm versions (moved the `src_url`s as local variables instead of attributes) - thanks @johannesbecker
* updated the default versions to the latest node/npm

## v1.0.0:

* added packages installation support thanks to Nathan L Smith
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures nodejs"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.1"

recipe "nodejs", "Installs Node.JS based on the default installation method"
recipe "nodejs::install_from_source", "Installs Node.JS from source"
Expand Down

0 comments on commit 388c71b

Please sign in to comment.