Skip to content

Commit

Permalink
chore: stage beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmadre committed Nov 11, 2020
1 parent fb6a409 commit 0ba49f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## 0.11.0

* Add playback speed controls:
- Thanks to: [#390](https://github.com/brianegan/chewie/pull/390)
* Correct dependencies:
- Thanks to: [#395](https://github.com/brianegan/chewie/pull/395)

## 0.10.4

* Update Android example to latest support
* Update Dart SDK
* Update Flutter SDK
* Update `wakelock` dependency


## 0.10.3+1

* Format using `dartfmt -w .` for pub.dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# chewie
[![Version](https://img.shields.io/badge/pub-v0.10.4-blue)](https://pub.dev/packages/chewie)
[![Version](https://img.shields.io/badge/pub-v0.11.0-blue)](https://pub.dev/packages/chewie)
![CI](https://github.com/brianegan/chewie/workflows/CI/badge.svg)
[![Generic badge](https://img.shields.io/badge/platform-android%20|%20ios%20|%20web%20-blue.svg)](https://pub.dev/packages/chewie)

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: chewie
description: A video player for Flutter with Cupertino and Material play controls
version: 0.10.4
version: 0.11.0
homepage: https://github.com/brianegan/chewie

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
video_player: ^1.0.0
cupertino_icons: ^1.0.0
wakelock: ^0.2.0+1
wakelock: ^0.2.1+1

flutter:
sdk: flutter
Expand Down

0 comments on commit 0ba49f8

Please sign in to comment.