Skip to content

Commit

Permalink
Bump 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Baranes committed Dec 1, 2016
1 parent 075f6e3 commit b6d42d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AudioPlayerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Pod::Spec.new do |s|

s.name = "AudioPlayerSwift"
s.module_name = "AudioPlayer"
s.version = "1.5.0"
s.summary = "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps."
s.description = "AudioPlayer is a simple class for playing audio in iOS, OS X and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)"
s.version = "1.5.1"
s.summary = "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps."
s.description = "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps. You can use it for basic audio usage (play / stop), but also for advanced usage (loop, pan, seek...)"
s.homepage = "https://github.com/tbaranes/AudioPlayerSwift"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Tom Baranes" => "[email protected]" }
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ N/A

#### Bugfixes

N/A

## [1.5.1](https://github.com/tbaranes/AudioPlayerSwift/releases/tag/1.5.1) (30-11-2016)

#### Bugfixes

- Fixed handleFadeTo to avoid an infinite calls situation

## [1.5.0](https://github.com/tbaranes/AudioPlayerSwift/releases/tag/1.5.0) (23-09-2016)
Expand Down

0 comments on commit b6d42d0

Please sign in to comment.