minor version bump

grunt-0.3-stable
Tyler Kellen 12 years ago
parent 9e2327f92a
commit cf29cf4bff

@ -81,6 +81,7 @@ jst: {
## Release History
* 2012/08/23 - v0.3.0 - Options no longer accepted from global config key.
* 2012/08/16 - v0.2.3 - Support for nested namespaces.
* 2012/08/12 - v0.2.2 - Added processName functionality & escaping single quotes in filenames.
* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jst",
"description": "Precompile Underscore templates to JST file.",
"version": "0.2.4",
"version": "0.3.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"author": {
"name": "Tim Branyen",
@ -29,11 +29,11 @@
},
"dependencies": {
"underscore": "~1.3.3",
"grunt-contrib-lib": "~0.2.0"
"grunt-contrib-lib": "~0.3.0"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-clean": "~0.2.0"
"grunt-contrib-clean": "~0.3.0"
},
"keywords": [
"gruntplugin"

Loading…
Cancel
Save