diff --git a/spine-flutter/CHANGELOG.md b/spine-flutter/CHANGELOG.md index a69f30f62..aefb69328 100644 --- a/spine-flutter/CHANGELOG.md +++ b/spine-flutter/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.2.10 +* Update README.md to point to Junji's Dart-only Spine runtime. + # 4.2.9 * Fix atlas parsing. diff --git a/spine-flutter/README.md b/spine-flutter/README.md index 504a08874..c2a17462e 100644 --- a/spine-flutter/README.md +++ b/spine-flutter/README.md @@ -4,6 +4,8 @@ The spine-godot runtime provides functionality to load, manipulate and render [S # See the [spine-flutter documentation](https://esotericsoftware.com/spine-flutter) for in-depth information. +The `spine_flutter` package name was previously used to publish the [Spine Flutter Runtime in plain Dart](https://github.com/jtakakura/spine_flutter/) by Junji Takakura. Junji has kindly transferred the package name to us and is now publishing his Dart-only Spine Flutter Runtime under the package name [spine_flutter_dart](https://pub.dev/packages/spine_flutter_dart). + ## Licensing You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge. diff --git a/spine-flutter/pubspec.yaml b/spine-flutter/pubspec.yaml index c55b13804..cd0ca1a37 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.9 +version: 4.2.10 homepage: https://esotericsoftware.com repository: https://github.com/esotericsoftware/spine-runtimes issue_tracker: https://github.com/esotericsoftware/spine-runtimes/issues