diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 01855ad48..60d9ac18b 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.1.7 +* Fix allocation patter for temporary structs on Windows, which resulted in a hard crash without a stack trace on the native side. + # 4.1.6 * Fixed bug in path handling on Windows. diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index 9fd54a24f..6b5d7b659 100644 --- a/spine-flutter/pubspec.yaml +++ b/spine-flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: spine_flutter description: The official Spine Flutter Runtime to load, display and interact with Spine animations. -version: 4.1.6 +version: 4.1.7 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues