Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
beck committed May 16, 2014
1 parent 2ebb3d5 commit bccc89e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -77,7 +77,7 @@ grunt.initConfig({
files: [{
expand: true,
cwd: 'app',
src: 'static/*.json',
src: 'static/*.{js,json}',
dest: 'app/i18n'
}]
}
Expand Down Expand Up @@ -106,6 +106,7 @@ Run `grunt && open coverage.html`

## Release History

* 0.2.0 - quote translated text when rendering javascript
* 0.1.0 - render non-language defaults to destination
* 0.0.2 - add coverage reporting
* 0.0.1 - initial release
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "grunt-static-i18n",
"version": "0.1.0",
"version": "0.2.0",
"description": "Grunt plugin to translate static assets.",
"homepage": "https://github.com/beck/grunt-static-i18n",
"repository": "https://github.com/beck/grunt-static-i18n",
Expand Down

0 comments on commit bccc89e

Please sign in to comment.