File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " video-processing-cli" ,
33 "license" : " MIT" ,
4- "version" : " 0.4.0 " ,
4+ "version" : " 0.4.1 " ,
55 "bin" : " src/app.js" ,
66 "private" : true ,
77 "author" : {
Original file line number Diff line number Diff line change @@ -17,13 +17,12 @@ const ThumbnailCommand = require("./commands/thumbnail");
1717const ProcessCommand = require ( "./commands/process" ) ;
1818const FetchBinariesCommand = require ( "./commands/fetch-binaries" ) ;
1919
20- program . version ( "0.4.0 " ) . on ( "--help" , function ( ) {
20+ program . version ( "0.4.1 " ) . on ( "--help" , function ( ) {
2121 // add the what's new section to the --help output
2222 Log . comment ( ) ;
2323 Log . comment ( " What's new in" , program . version ( ) ) ;
2424 Log . comment ( ) ;
25- Log . comment ( " - Node 8" ) ;
26- Log . comment ( " - License changed to MIT" ) ;
25+ Log . comment ( " - Move to FFMpeg 3.3.4" ) ;
2726 Log . comment ( ) ;
2827} ) ;
2928
You can’t perform that action at this time.
0 commit comments