Skip to content

Commit 6a24020

Browse files
committed
Switch to Swift4.0
1 parent 1c418ea commit 6a24020

File tree

4 files changed

+103
-129
lines changed

4 files changed

+103
-129
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
---
66

7-
## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.2.1...master)
7+
## [Master](https://github.com/fulldecent/FDWaveformView/compare/3.0.0...master)
8+
9+
---
10+
11+
## [3.0.0](https://github.com/fulldecent/FDWaveformView/releases/tag/3.0.0)
12+
Released on 2017-10-27.
13+
14+
#### Changed
15+
- Now supporting Swift 4.0
816

917
---
1018

FDWaveformView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FDWaveformView'
3-
s.version = '2.2.1'
3+
s.version = '3.0.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Reads an audio file and displays the waveform'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)