Skip to content

Commit

Permalink
Release 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Nov 16, 2011
1 parent 7c3171b commit 74ea915
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.4.9 / 2011-11-16
==================

* Updated move.js

0.4.8 / 2011-09-13
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/asset.js
Expand Up @@ -15,7 +15,7 @@ var Installer = require('./installer');
* Library version.
*/

exports.version = '0.4.8';
exports.version = '0.4.9';

/**
* Install `assets` with `repo` object, and `dest` directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "asset"
, "version": "0.4.8"
, "version": "0.4.9"
, "description": "Asset manager"
, "keywords": ["assets", "javascript", "css", "package manager"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit 74ea915

Please sign in to comment.