From 3f40ac0aa2dc3e14c4127c0f7abc711bf17a4fa0 Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Wed, 8 Feb 2017 19:39:23 +0100 Subject: [PATCH] Version 1.4.2 --- CMakeLists.txt | 2 +- VERSION.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 478fa86..a835e26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment ver set(appName "Rhubarb Lip Sync") set(appVersionMajor 1) set(appVersionMinor 4) -set(appVersionPatch 1) +set(appVersionPatch 2) set(appVersionSuffix "") set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}") diff --git a/VERSION.md b/VERSION.md index f507805..40bec9d 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,5 +1,9 @@ # Version history +## Version 1.4.2 + +* Fixed [issue #7](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/7): Incorrect animation before some pauses + ## Version 1.4.1 * Fixed [issue #6](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/6): Crash with message "Time range start must not be less than end."