Ben Hagen 6 éve
szülő
commit
333cb2f534
3 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      CHANGELOG.md
  2. 1 1
      README.md
  3. 1 1
      pubspec.yaml

+ 1 - 1
CHANGELOG.md

@@ -1,6 +1,6 @@
 # Changelog
 # Changelog
 
 
-## 1.0.0
+## 0.9.0
 
 
   * **Breaking changes**: Add a `ChewieController` to make customizations and control from outside of the player easier.
   * **Breaking changes**: Add a `ChewieController` to make customizations and control from outside of the player easier.
     Refer to the [README](README.md) for details on how to upgrade from previous versions.
     Refer to the [README](README.md) for details on how to upgrade from previous versions.

+ 1 - 1
README.md

@@ -50,7 +50,7 @@ super.dispose();
 
 
 Please run the app in the [`example/`](https://github.com/brianegan/chewie/tree/master/example) folder to start playing!
 Please run the app in the [`example/`](https://github.com/brianegan/chewie/tree/master/example) folder to start playing!
 
 
-## Migrating from Chewie < 1.0.0
+## Migrating from Chewie < 0.9.0
 Instead of passing the `VideoPlayerController` and your options to the `Chewie` widget you now pass them to the `ChewieController` and pass that latter to the `Chewie` widget.
 Instead of passing the `VideoPlayerController` and your options to the `Chewie` widget you now pass them to the `ChewieController` and pass that latter to the `Chewie` widget.
 
 
 ```dart
 ```dart

+ 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: 1.0.0
+version: 0.9.0
 homepage: https://github.com/brianegan/chewie
 homepage: https://github.com/brianegan/chewie
 authors:
 authors:
   - Brian Egan <brian@brianegan.com>
   - Brian Egan <brian@brianegan.com>