Skip to content

Commit

Permalink
Release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vladtsf committed Jan 31, 2013
1 parent a60ffb5 commit a495cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -77,6 +77,7 @@ Generate documentation: `npm run-script generate-doc`

## Changelog

* v0.1.1 - Updated plist package
* v0.1.0 - First release
* v0.0.1 - Specs

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,15 +1,15 @@
{
"name": "runtime-configuration",
"description": "Runtime configuration loader",
"version": "0.1.0",
"version": "0.1.1",
"author": "Vladimir Tsvang <vtsvang@gmail.com>",
"dependencies": {
"coffee-script": "1.4.0",
"node.extend": "1.0.0",
"optimist": "0.3.5",
"glob": "3.1.17",
"async": "0.1.22",
"plist": "git://github.com/TooTallNate/node-plist.git#4b96b7c0131569e3bba1139d50b63bcfbab4b5cc",
"plist": "0.4.2",
"yamljs": "0.1.4",
"ini": "1.1.0"
},
Expand Down

0 comments on commit a495cbb

Please sign in to comment.