From ed9a3ab9572b63652399d9f5c977ebe81cb818ba Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Wed, 6 Oct 2021 21:05:35 +0200 Subject: [PATCH] Version 1.11.0 --- CHANGELOG.md | 2 ++ appInfo.cmake | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffd6281..f041ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## Version 1.11.0 + * **Added** support for more WAVE file features ([issue #101](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/101)) * **Changed** Rhubarb Lip Sync for Spine so that it works with any modern JRE ([issue #97](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/97)) * **Changed** Windows build from 32 bit to 64 bit ([issue #98](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/98)) diff --git a/appInfo.cmake b/appInfo.cmake index 8dadc0b..46fda82 100644 --- a/appInfo.cmake +++ b/appInfo.cmake @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2) set(appName "Rhubarb Lip Sync") set(appVersionMajor 1) -set(appVersionMinor 10) +set(appVersionMinor 11) set(appVersionPatch 0) set(appVersionSuffix "") set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")