浏览代码

Version 0.9.6 for realz

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
 # Changelog
 
 
+## 0.9.6
+
+  * Update to work with `video_player: ">=0.7.0 <0.11.0"`
+
 ## 0.9.5
 ## 0.9.5
 
 
   * Cosmetic change -> remove unfinished fit property which slipped into the last release
   * Cosmetic change -> remove unfinished fit property which slipped into the last release

+ 1 - 1
pubspec.yaml

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