Skip to content

Commit 737d96f

Browse files
committed
Release 4.0.0
1 parent 082a437 commit 737d96f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

55
---
66

7-
## [Master](https://github.com/fulldecent/FDWaveformView/compare/3.0.1...master)
7+
## [Master](https://github.com/fulldecent/FDWaveformView/compare/4.0.0...master)
8+
9+
---
10+
11+
## [4.0.0](https://github.com/fulldecent/FDWaveformView/releases/tag/4.0.0)
12+
Released on 2019-04-08.
813

914
#### Changed
1015
- Converted to Swift 4.2 and Xcode 10
@@ -13,6 +18,7 @@ All notable changes to this project will be documented in this file.
1318
- Added by [HANAI, Tohru](https://github.com/reedom)
1419
- Improve rendering of zooming and scrolling with highlight
1520
- Added by [HANAI, Tohru](https://github.com/reedom)
21+
- Updated to Swift 5
1622

1723
---
1824

FDWaveformView.podspec

Lines changed: 2 additions & 2 deletions
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 = '3.0.1'
3+
s.version = '4.0.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Reads an audio file and displays the waveform'
66
s.description = <<-DESC
@@ -12,6 +12,6 @@ DESC
1212
s.source = { :git => 'https://github.com/fulldecent/FDWaveformView.git', :tag => s.version.to_s }
1313
s.social_media_url = 'https://twitter.com/fulldecent'
1414
s.ios.deployment_target = '8.0'
15-
s.swift_version = '4.2'
15+
s.swift_version = '5.0'
1616
s.source_files = 'Source/*.swift'
1717
end

0 commit comments

Comments
 (0)