Skip to content

Commit

Permalink
update to version 1.3.2 (katspaugh#989)
Browse files Browse the repository at this point in the history
* update to version 1.3.2

* update to version 1.3.2

* update to version 1.3.2
  • Loading branch information
entonbiba authored and katspaugh committed Feb 12, 2017
1 parent d69fa6e commit 97993ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
wavesurfer.js changelog
=======================

1.3.2 (10.02.2017)
------------------
- Add a `getVolume` method (#979)
- Add a `getMute` method (#980)
- Add a `getFilters` method (#982)
- New feature for spectrogram plugin to display frequency labels

1.3.1 (07.02.2017)
------------------
- Add a `getPlaybackRate` method (#936)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "1.3.1",
"version": "1.3.2",
"homepage": "http://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "1.3.1",
"version": "1.3.2",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down

0 comments on commit 97993ff

Please sign in to comment.