diff --git a/README.md b/README.md index 9b18b64..ac9fa36 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Coffee Toaster](http://github.com/serpentem/coffee-toaster/blob/0.5.0/images/toaster.png?raw=true) Minimalist build system for CoffeeScript. -> Version 0.6.8 +> Version 0.6.9 [![Build Status](https://secure.travis-ci.org/serpentem/coffee-toaster.png)](http://travis-ci.org/serpentem/coffee-toaster) diff --git a/build/CHANGELOG.md b/build/CHANGELOG.md index 9e8f2dd..fcfce7f 100644 --- a/build/CHANGELOG.md +++ b/build/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.6.9 - 12/22/2012 + * Fixing path's evaluation also when aliases are in use + ## 0.6.8 - 12/22/2012 * Fixing path's evaluation for import directives diff --git a/package.json b/package.json index 2a5892e..a99b41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coffee-toaster", - "version": "0.6.8", + "version": "0.6.9", "author": "Anderson Arboleya ", "description": "Minimalist build system for CoffeeScript.", "keywords": ["coffeescript", "build", "namespace", "tool"],