diff --git a/CHANGES.md b/CHANGES.md index 177df016..c28e0b5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ videojs-wavesurfer changelog ============================ -2.1.0 - unreleased +2.1.0 - 2017/12/05 ------------------ - Caption/subtitle support (#36 by @mfairchild365) diff --git a/bower.json b/bower.json index 0b65c67a..83b848d8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "videojs-wavesurfer", - "version": "2.0.3", + "version": "2.1.0", "homepage": "https://github.com/collab-project/videojs-wavesurfer", "description": "video.js plugin that adds a navigable waveform for audio and video files.", "license": "MIT", diff --git a/package.json b/package.json index 10174efe..757f5635 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "videojs-wavesurfer", - "version": "2.0.3", + "version": "2.1.0", "description": "video.js plugin that adds a navigable waveform for audio and video files.", "author": "Collab", "license": "MIT",