minor version bump

This commit is contained in:
Tyler Kellen 2012-09-23 23:54:14 -05:00
parent 9e2327f92a
commit cf29cf4bff
2 changed files with 4 additions and 3 deletions

View File

@ -81,6 +81,7 @@ jst: {
## Release History ## 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/16 - v0.2.3 - Support for nested namespaces.
* 2012/08/12 - v0.2.2 - Added processName functionality & escaping single quotes in filenames. * 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. * 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo.

View File

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