Skip to content

Commit

Permalink
Update readme to reflect change in version and increase version to v1…
Browse files Browse the repository at this point in the history
….1.3
  • Loading branch information
Sebastian Hönel committed Feb 12, 2017
1 parent d8527b7 commit b0c5a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkvinfo2json",
"version": "1.1.2",
"version": "1.1.3",
"description": "MkvInfo2Json is a tool to recursively scan directories for MKV files and extract meta-information using mkvinfo that is then stored as JSON.",
"main": "index.js",
"scripts": {},
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ That is how MKV Overview presently looks. It's neither very pretty nor is it opt


# History
* **v1.1.3** Small update to fix the non-working filter for subtitles
* **v1.1.2** Contains a schema-definition for the JSON generated/interpreted and uses a JSONP-file with default `.js`-extension by default for better compatibility. Also improved the parsing of `segInfo`-blocks for MKV files. MKV Overview can now display and filter `Head`- and `SegInfo`-blocks.
* **v1.0.0** Initial release

0 comments on commit b0c5a1b

Please sign in to comment.