We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fb22d commit 4e48368Copy full SHA for 4e48368
2 files changed
CHANGELOG.md
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
---
6
7
-## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.2.0...master)
+## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.2.1...master)
8
9
-#### Added
+---
10
+
11
+## [2.2.1](https://github.com/fulldecent/FDWaveformView/releases/tag/2.2.1)
12
+Released on 2017-05-31.
13
14
#### Changed
15
- Now using ranges in the API where appropriate
FDWaveformView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FDWaveformView'
3
- s.version = '2.2.0'
+ s.version = '2.2.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
0 commit comments