diff --git a/README.md b/README.md index 13752cd..8e2dac5 100644 --- a/README.md +++ b/README.md @@ -7,18 +7,4 @@ Please file any issues, bugs, or feature requests in the [main kraken repo](https://github.com/openkraken/kraken/issues/new). Issues pertaining to this repository are [labeled -"plugin"](https://github.com/openkraken/kraken/labels/plugin). - -## Contributing - -If you wish to contribute a new plugin to the Kraken ecosystem, please -see the documentation for [developing packages](https://flutter.dev/developing-packages/) and -[platform channels](https://flutter.dev/platform-channels/). You can store -your plugin source code in any GitHub repository (the present repo is only -intended for plugins developed by the core Flutter team). Once your plugin -is ready you can [publish](https://flutter.dev/developing-packages/#publish) -to the [pub repository](https://pub.dev/). - -If you wish to contribute a change to any of the existing plugins in this repo, -please review our [contribution guide](https://github.com/flutter/plugins/blob/master/CONTRIBUTING.md), -and send a [pull request](https://github.com/flutter/plugins/pulls). +"plugin"](https://github.com/openkraken/kraken/labels/plugin). \ No newline at end of file diff --git a/packages/kraken_animation_player/CHANGELOG.md b/packages/kraken_animation_player/CHANGELOG.md index a4326fb..7e1f987 100644 --- a/packages/kraken_animation_player/CHANGELOG.md +++ b/packages/kraken_animation_player/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.2 + +* upgrade kraken to 0.6.6 + + ## 0.0.1 * migrate from kraken project. diff --git a/packages/kraken_animation_player/pubspec.yaml b/packages/kraken_animation_player/pubspec.yaml index 0899ef3..669da62 100644 --- a/packages/kraken_animation_player/pubspec.yaml +++ b/packages/kraken_animation_player/pubspec.yaml @@ -1,6 +1,6 @@ name: kraken_animation_player description: A kraken plugin which provide `` tags to play animation format files. -version: 0.0.1 +version: 0.0.2 homepage: https://openkraken.com environment: @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter flare_flutter: ^2.0.1 - kraken: 0.6.5 + kraken: ^0.6.6 dev_dependencies: flutter_test: