Skip to content

Commit bf60285

Browse files
committed
Release version 2.1.0
1 parent bdfc11a commit bf60285

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

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/2.0.1...master)
7+
## [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.
813

914
#### Added
1015
- Improved example app to include more options

FDWaveformView.podspec

Lines changed: 1 addition & 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 = '2.0.1'
3+
s.version = '2.1.0'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Reads an audio file and displays the waveform'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)