Skip to content

Commit efba638

Browse files
committed
Prepare 0.4.1
1 parent 9fe63e3 commit efba638

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

src/app.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ const ThumbnailCommand = require("./commands/thumbnail");
1717
const ProcessCommand = require("./commands/process");
1818
const 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

0 commit comments

Comments
 (0)