Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Jul 24, 2015
1 parent 34a51a0 commit 42cdd29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -82,6 +82,11 @@ In lieu of a formal styleguide, take care to maintain the existing coding
style. Add unit tests for any new or changed functionality. Lint and test
your code using Grunt.

## Release History

* 2015-07-24 v0.1.1 Add support for NodeJS 0.10.x
* 2015-07-24 v0.1.0 Initial release

## License

Copyright (c) 2015 Ferdinand Prantl
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-embed-fonts",
"description": "Grunt task to inject content of font files into stylesheets using data URIs.",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/prantlf/grunt-embed-fonts",
"author": {
"name": "Ferdinand Prantl",
Expand All @@ -23,7 +23,7 @@
}
],
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
Expand Down

0 comments on commit 42cdd29

Please sign in to comment.