diff --git a/README.md b/README.md index 7a2180b..65033c4 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ grunt.initConfig({ * 0.1.0: Very first release, no testing yet * 0.1.5: Fixed: '$&' in html causes the tool to crash * 0.1.6: Updated 'marked' dependency: now uses marked 0.2.10 as dependant version +* 0.1.7: Updated 'marked' dependency: now uses marked 0.3.2 ## License diff --git a/package.json b/package.json index 0406a11..9fa9bfd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test": "grunt test" }, "dependencies": { - "marked": "^0.2.10" + "marked": "^0.3.2" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.1",