Skip to content

Commit

Permalink
update version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Jan 11, 2021
1 parent 4b6676a commit 8904c73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.5

* Added method for getting playback position for an audiofile
* Added ability to delegate native implementation in iOS
* Designed for compatibility with [`twilio_programmable_video`](https://pub.dev/packages/twilio_programmable_video)

## 0.0.4

* Better handling on iOS when an asset is not found
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.5"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ocarina
description: Play local (assets or external/internal storage) audio files with flutter on Android or iOS
version: 0.0.4
version: 0.0.5
homepage: https://github.com/erickzanardo/ocarina

environment:
Expand Down

0 comments on commit 8904c73

Please sign in to comment.