Skip to content

Commit

Permalink
Version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Mar 12, 2022
1 parent b967f00 commit 0b4d4ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Version history

## Unreleased
## Version 1.12.0

* **Added** support for skinning in Rhubarb for Spine ([issue #108](https://github.com/DanielSWolf/rhubarb-lip-sync/issues/108))

Expand Down
2 changes: 1 addition & 1 deletion appInfo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.2)

set(appName "Rhubarb Lip Sync")
set(appVersionMajor 1)
set(appVersionMinor 11)
set(appVersionMinor 12)
set(appVersionPatch 0)
set(appVersionSuffix "")
set(appVersion "${appVersionMajor}.${appVersionMinor}.${appVersionPatch}${appVersionSuffix}")

0 comments on commit 0b4d4ee

Please sign in to comment.