Skip to content

Commit

Permalink
Switch to Swift4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Oct 27, 2017
1 parent 1c418ea commit 6a24020
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .swift-version
@@ -1 +1 @@
3.0
4.0
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.

---

## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.2.1...master)
## [Master](https://github.com/fulldecent/FDWaveformView/compare/3.0.0...master)

---

## [3.0.0](https://github.com/fulldecent/FDWaveformView/releases/tag/3.0.0)
Released on 2017-10-27.

#### Changed
- Now supporting Swift 4.0

---

Expand Down
2 changes: 1 addition & 1 deletion FDWaveformView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FDWaveformView'
s.version = '2.2.1'
s.version = '3.0.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
Expand Down

0 comments on commit 6a24020

Please sign in to comment.