From ed678aeaa5300df1a43d9c1e853e01d19bce0b6c Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Fri, 22 Sep 2023 17:34:22 +0200 Subject: [PATCH] [flutter] 4.2.16 release --- spine-flutter/CHANGELOG.md | 6 ++++++ spine-flutter/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index c4a830b6d..32ba6c061 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +# 4.2.16 +* Fixed bug in path handling on Windows. + +# 4.1.6 +* Fixed bug in path handling on Windows. + # 4.2.15 * Updated http dependency to 1.1.0 diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index a56605b0d..ead34cfd3 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.2.15 +version: 4.2.16 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues