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 bdfc11a commit bf60285Copy full SHA for bf60285
2 files changed
CHANGELOG.md
@@ -4,7 +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.0.1...master)
+## [Master](https://github.com/fulldecent/FDWaveformView/compare/2.1.0...master)
8
+
9
+---
10
11
+## [2.1.0](https://github.com/fulldecent/FDWaveformView/releases/tag/2.1.0)
12
+Released on 2017-04-15.
13
14
#### Added
15
- Improved example app to include more options
FDWaveformView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'FDWaveformView'
3
- s.version = '2.0.1'
+ s.version = '2.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Reads an audio file and displays the waveform'
s.description = <<-DESC
0 commit comments