Skip to content

Commit

Permalink
bump version: 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Dec 11, 2017
1 parent 8b37c55 commit 9ad3b84
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
videojs-wavesurfer changelog
============================

2.1.1 - unreleased
2.1.1 - 2017/12/12
------------------

- Added support for changing the playback rate (#43)
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": "videojs-wavesurfer",
"version": "2.1.0",
"version": "2.1.1",
"homepage": "https://github.com/collab-project/videojs-wavesurfer",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"license": "MIT",
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": "videojs-wavesurfer",
"version": "2.1.0",
"version": "2.1.1",
"description": "video.js plugin that adds a navigable waveform for audio and video files.",
"author": "Collab",
"license": "MIT",
Expand Down
2 changes: 2 additions & 0 deletions src/js/tech.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class WavesurferTech extends Html5 {
/**
* Set the current time
*
* @since 2.1.1
* @param {number} time
* @returns {*}
*/
Expand All @@ -133,6 +134,7 @@ class WavesurferTech extends Html5 {
* 1.0 represents normal speed and 0.5 would indicate half-speed
* playback, for instance.
*
* @since 2.1.1
* @param {number} [rate]
* New playback rate to set.
*
Expand Down

0 comments on commit 9ad3b84

Please sign in to comment.