Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Jun 4, 2019
1 parent 9dcc954 commit 3efeb3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## audioplayers 0.12.1
- Fixes bug where the stream handlers were not called due to exception on the handler
- Proper error message when errors in the dart handler occurs

## audioplayers 0.12.0
- Update to path_provider 1.1.0
- Upgrade to Swift 5 in example project setting (thanks @jerryzhoujw)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ This was orginally forked from [rxlabz's audioplayer](https://github.com/rxlabz/

```yaml
dependencies:
audioplayers: ^0.12.0
audioplayers: ^0.12.1
```

## Discord channel
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: audioplayers
description: A flutter plugin to play multiple audio files simultaneously
version: 0.12.0
version: 0.12.1
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/luanpotter/audioplayer

Expand Down

0 comments on commit 3efeb3a

Please sign in to comment.