Skip to content

Commit

Permalink
Release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 14, 2011
1 parent c66971d commit 660b608
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.0.7 / 2011-06-14
==================

* Fixed resource canonicalization

0.0.6 / 2011-06-07
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/knox/index.js
Expand Up @@ -17,7 +17,7 @@ exports = module.exports = require('./client');
* @type String
*/

exports.version = '0.0.6';
exports.version = '0.0.7';

/**
* Expose utilities.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "knox",
"description": "Amazon S3 client",
"keywords": ["aws", "amazon", "s3"],
"version": "0.0.6",
"version": "0.0.7",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"main": "./index.js",
"engines": { "node": ">= 0.2.0" },
Expand Down

0 comments on commit 660b608

Please sign in to comment.