Brian Egan 6 роки тому
батько
коміт
419b06bb6e
2 змінених файлів з 5 додано та 1 видалено
  1. 4 0
      CHANGELOG.md
  2. 1 1
      pubspec.yaml

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.9.6
+
+  * Update to work with `video_player: ">=0.7.0 <0.11.0"`
+
 ## 0.9.5
 
   * Cosmetic change -> remove unfinished fit property which slipped into the last release

+ 1 - 1
pubspec.yaml

@@ -1,6 +1,6 @@
 name: chewie
 description: A video player for Flutter with Cupertino and Material play controls
-version: 0.9.5
+version: 0.9.6
 homepage: https://github.com/brianegan/chewie
 authors:
   - Brian Egan <brian@brianegan.com>