diff --git a/HISTORY.md b/HISTORY.md index 145f762f..8c2858ba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,5 @@ -0.3.0 / In development ----------------------- +0.3.0 / 2012-09-13 +------------------ * Add JST support. Haml Coffee became JST backend. Closes #7. * Add Jade JST backend. diff --git a/package.json b/package.json index 71977222..43cb640b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "mincer", - "version" : "0.2.7", + "version" : "0.3.0", "description" : "Web assets processor. Native JavaScript port of Sprockets.", "keywords" : ["sprockets", "assets", "minify", "uglify", "bundle", "less", "stylus"], "homepage" : "https://github.com/nodeca/mincer",