Skip to content

Commit 01dbaba

Browse files
committed
Release 3.0.1
1 parent a9a60d2 commit 01dbaba

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 6 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.0...master)
7+
## [Master](https://github.com/fulldecent/FDWaveformView/compare/3.0.1...master)
8+
9+
---
10+
11+
## [3.0.1](https://github.com/fulldecent/FDWaveformView/releases/tag/3.0.1)
12+
Released on 2017-10-27.
813

914
#### Fixed
1015
- Fixed Highlight Samples not aligned to base waveform [#101](https://github.com/fulldecent/FDWaveformView/issues/101).

FDWaveformView.podspec

Lines changed: 2 additions & 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 = '3.0.0'
3+
s.version = '3.0.1'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Reads an audio file and displays the waveform'
66
s.description = <<-DESC
@@ -12,5 +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.0'
1516
s.source_files = 'Source/*.swift'
1617
end

0 commit comments

Comments
 (0)