Skip to content

Commit

Permalink
Release 2.0.3 (katspaugh#1308)
Browse files Browse the repository at this point in the history
* update changelog

* bump version

* bump version
  • Loading branch information
thijstriemstra authored and katspaugh committed Jan 23, 2018
1 parent cb3e2ec commit e2f9eb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
wavesurfer.js changelog
=======================

next (unreleased)
-----------------
2.0.3 (22.01.2018)
------------------

- Added support for selecting different audio output devices using `setSinkId` (#1293)
- Replace deprecated playbackRate.value setter (#1302)
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": "2.0.2",
"version": "2.0.3",
"homepage": "https://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": "2.0.2",
"version": "2.0.3",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.min.js",
"directories": {
Expand Down

0 comments on commit e2f9eb0

Please sign in to comment.