From 42cdd2974a6dc1fc9bfd2e8cfcc6d99233260fc9 Mon Sep 17 00:00:00 2001 From: Ferdinand Prantl Date: Fri, 24 Jul 2015 18:06:11 +0200 Subject: [PATCH] Bump version to 0.1.1 --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0619771..2f7081d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index e32c54c..5167e50 100644 --- a/package.json +++ b/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", @@ -23,7 +23,7 @@ } ], "engines": { - "node": ">= 0.8.0" + "node": ">= 0.10.0" }, "scripts": { "test": "grunt test",