diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index 19437a677..980050719 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.1.3 +* Fixes for Impeller. + # 4.2.12 * Merge changes from 4.1.1 and 4.1.2. diff --git a/spine-flutter/example/pubspec.lock b/spine-flutter/example/pubspec.lock index de54def57..ed7a48b5d 100644 --- a/spine-flutter/example/pubspec.lock +++ b/spine-flutter/example/pubspec.lock @@ -169,7 +169,7 @@ packages: path: ".." relative: true source: path - version: "4.1.2" + version: "4.2.13" string_scanner: dependency: transitive description: @@ -212,4 +212,4 @@ packages: version: "0.7.4" sdks: dart: ">=3.0.0-417 <4.0.0" - flutter: ">=3.10.1" + flutter: ">=3.10.5" diff --git a/spine-flutter/example/pubspec.yaml b/spine-flutter/example/pubspec.yaml index dbf291ad6..a6911a4a0 100644 --- a/spine-flutter/example/pubspec.yaml +++ b/spine-flutter/example/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0+1 environment: sdk: '>=2.17.6 <4.0.0' - flutter: ">=3.10.1" + flutter: ">=3.10.5" dependencies: flutter: diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index ece3bf7a8..948442f2e 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.12 +version: 4.2.13 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues @@ -8,7 +8,7 @@ documentation: https://esotericsoftware.com/spine-flutter environment: sdk: '>=2.17.6 <4.0.0' - flutter: ">=3.10.1" + flutter: ">=3.10.5" dependencies: flutter: