Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Feb 7, 2018
1 parent a9a60d2 commit 01dbaba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.

---

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

---

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

#### Fixed
- Fixed Highlight Samples not aligned to base waveform [#101](https://github.com/fulldecent/FDWaveformView/issues/101).
Expand Down
3 changes: 2 additions & 1 deletion FDWaveformView.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FDWaveformView'
s.version = '3.0.0'
s.version = '3.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
Expand All @@ -12,5 +12,6 @@ DESC
s.source = { :git => 'https://github.com/fulldecent/FDWaveformView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/fulldecent'
s.ios.deployment_target = '8.0'
s.swift_version = '4.0'
s.source_files = 'Source/*.swift'
end

0 comments on commit 01dbaba

Please sign in to comment.