Skip to content

Commit 0028099

Browse files
committed
Bump version
1 parent 05a55c1 commit 0028099

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

AudioPlayerSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pod::Spec.new do |s|
44

55
s.name = "AudioPlayerSwift"
66
s.module_name = "AudioPlayer"
7-
s.version = "1.6.1"
7+
s.version = "2.0.0"
88
s.summary = "AudioPlayer is a simple class for playing audio in iOS, macOS and tvOS apps."
99
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...)"
1010
s.homepage = "https://github.com/tbaranes/AudioPlayerSwift"

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,24 @@ N/A
1212

1313
#### Enhancements
1414

15-
- Swift 4 and Xcode 9 support
16-
- Swift 4.2 and Xcode 10 support
17-
- Swift 5 and Xcode 10.2 support
18-
- SoundDidFinishPlayingNotification now includes SoundDidFinishPlayingSuccessfully boolean in the notification's userInfo
15+
N/A
1916

2017
#### Bugfixes
2118

2219
N/A
2320

21+
## [2.0.0](https://github.com/tbaranes/AudioPlayerSwift/releases/tag/2.0.0) (27-03-2019)
22+
23+
#### API breaking changes
24+
25+
- Swift 5 and Xcode 10.2 support
26+
27+
#### Enhancements
28+
29+
- Swift 4 and Xcode 9 support
30+
- Swift 4.2 and Xcode 10 support
31+
- SoundDidFinishPlayingNotification now includes SoundDidFinishPlayingSuccessfully boolean in the notification's userInfo
32+
2433
## [1.6.0](https://github.com/tbaranes/AudioPlayerSwift/releases/tag/1.6.0) (09-08-2017)
2534

2635
#### Enhancements

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# AudioPlayer
66

77
[![Travis](https://img.shields.io/travis/tbaranes/AudioPlayerSwift.svg)](https://travis-ci.org/tbaranes/AudioPlayerSwift)
8-
![Language](https://img.shields.io/badge/language-Swift%204.2-orange.svg)
8+
![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)
99
[![CocoaPods](https://img.shields.io/cocoapods/v/AudioPlayerSwift.svg?style=flat)](https://github.com/tbaranes/AudioPlayerSwift)
1010
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
1111
[![Platform](https://img.shields.io/cocoapods/p/AudioPlayerSwift.svg?style=flat)](http://cocoadocs.org/docsets/AudioPlayerSwiftft)

0 commit comments

Comments
 (0)