Skip to content

Commit

Permalink
release 0.4.1, fixes iOS seek bug
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Jan 3, 2018
1 parent 92e6c65 commit 971b78d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## audioplayers 0.4.1

- fix `seek` for iOS

## audioplayers 0.4.0

- volume controls
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Just import the fork, which is named `audioplayers` (mind the 's'), instead of t
```
dependencies:
...
audioplayers: ^0.4.0
audioplayers: ^0.4.1
```

Also, in `0.2.0`, I've added the ability to disable logs with:
Expand All @@ -24,6 +24,8 @@ In `0.3.0`, it supports iOS as well (thanks, @feroult)

In `0.4.0`, volume control support was added (thanks, @pauldemarco)

In `0.4.1`, a bug in iOS regard the seek functionality was fixed (thanks, @cosmok)

# Original Readme

A Flutter audio plugin.
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.4.0
version: 0.4.1
author: Luan Nico <luannico27@gmail.com>
homepage: https://github.com/luanpotter/audioplayer

Expand Down

0 comments on commit 971b78d

Please sign in to comment.