From 71685ba06ece8aa015a441bf8392937b5fad9a20 Mon Sep 17 00:00:00 2001 From: Eric Clemmons Date: Wed, 24 Apr 2013 14:35:42 -0500 Subject: [PATCH] Bump to v0.3.2 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 509d660..c5654d2 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ concat: { ## Changelog +### v0.3.2 + +- Add `module` option for setting which module the templates will be added to, thanks to @sidwood ([#20](https://github.com/ericclemmons/grunt-angular-templates/pull/20)) + ### v0.3.1 - Add `prepend` option for modifying final `$templateCache` IDs, thanks to @mbarchein. ([#16](https://github.com/ericclemmons/grunt-angular-templates/pull/16)) diff --git a/package.json b/package.json index 94c4c8a..3917525 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-angular-templates", "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache", - "version": "0.3.1", + "version": "0.3.2", "homepage": "https://github.com/ericclemmons/grunt-angular-templates", "author": { "name": "Eric Clemmons",