Skip to content

Commit 73adfc4

Browse files
committed
bump version
1 parent e7e7b24 commit 73adfc4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ grunt.initConfig({
269269
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](http://gruntjs.com/).
270270
271271
## Release History
272+
*0.1.2*
273+
274+
* Enhancement [issue 7](https://github.com/sjwilliams/grunt-responsive-videos/issues/11): NPM ignores the massive test videos.
275+
272276
*0.1.1*
273277
274278
* Enhancement [issue 7](https://github.com/sjwilliams/grunt-responsive-videos/pull/7): Added the ability to pass custom filtergraphs and globally apply additional encode flags. Thanks to [@albertsun](https://github.com/albertsun).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-responsive-videos",
33
"description": "Generate multiple video encodes at varying sizes for responsive, HTML5 video applications",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://github.com/sjwilliams/grunt-responsive-videos",
66
"author": {
77
"name": "Josh Williams",

0 commit comments

Comments
 (0)