From 64853b73bcbce53a1851b2b3b05ba8f5ab37e6d8 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 22 Sep 2023 22:13:03 +0200 Subject: [PATCH] [Flutter] Release 4.1.7 --- spine-flutter/CHANGELOG.md | 3 +++ spine-flutter/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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