From fd70a54ad9f4dac094a01c02e727f817b6d61d2a Mon Sep 17 00:00:00 2001 From: Jan Holub Date: Sat, 17 Feb 2018 17:43:53 +0100 Subject: [PATCH] Incremented version number to 1.4.2 and updated changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c20ba..447641b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Node-MPV Changelog +* **1.4.2ΓΌ** + * Fixed the verison number check to determine the *ipc command* for **mpv** 0.28.0 and later + * **1.4.1** * Changed `selectSubtitle()` to `selectSubtitles()`` * Documentation type fixes in the *subitle* section (Thanks to @p1100i) diff --git a/package.json b/package.json index fd47a5c..791c3aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-mpv", - "version": "1.4.1", + "version": "1.4.2", "description": "A Node module for MPV", "main": "index.js", "scripts": {