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 21c7148 commit 2bffc9fCopy full SHA for 2bffc9f
2 files changed
CHANGELOG.md
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
4
5
---
6
7
-## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.1.0...master)
+## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.2.0...master)
8
+
9
+#### Added
10
11
+---
12
13
+## [2.2.0](https://github.com/fulldecent/FDWaveformView/releases/tag/2.2.0)
14
+Released on 2017-05-03.
15
16
#### Added
17
- Improved accuracy of waveform rendering
FDWaveformView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FDWaveformView'
3
- s.version = '2.1.0'
+ s.version = '2.2.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
0 commit comments