Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Aug 30, 2015
1 parent db89f84 commit dde5ca3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRT to VTT Converter/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file main.cpp
* Main file for the SRT to VTT Converter. Processes command line options.
*
* @version 1.1.1
* @version 1.2.0
* @author Nathan Woltman
* @copyright 2014-2015 Nathan Woltman
* @license MIT https://github.com/woollybogger/srt-to-vtt-cl/blob/master/LICENSE.txt
Expand Down Expand Up @@ -30,7 +30,7 @@ int main(int argc, char* argv[])
"will be converted and saved within the current directory.\n"
"Written by Nathan Woltman and distributed under the MIT license.",
' ',
"1.1.1"
"1.2.0"
);

// Define arguments
Expand Down
Binary file modified bin/Mac-OSX/srt-vtt
Binary file not shown.
Binary file modified bin/Windows/srt-vtt.exe
Binary file not shown.

0 comments on commit dde5ca3

Please sign in to comment.