Browse Source

Version 0.9.6 for realz

Brian Egan 6 năm trước cách đây
mục cha
commit
419b06bb6e
2 tập tin đã thay đổi với 5 bổ sung1 xóa
  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>