diff --git a/CHANGES.md b/CHANGES.md index e46941faa..d79cc7d86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ wavesurfer.js changelog ======================= -6.3.0 (unreleased) +6.3.0 (03.10.2022) ------------------ - Fix `barMinHeight` option not setting the minimum bar height properly (#2522) - Regions plugin: restore support for one drag selection for all channels (#2529) diff --git a/bower.json b/bower.json index b68839733..1546bb58c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "6.2.0", + "version": "6.3.0", "homepage": "https://wavesurfer-js.org", "authors": [ "katspaugh " diff --git a/package.json b/package.json index 4a22bfe66..af28ee2c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "6.2.0", + "version": "6.3.0", "description": "Interactive navigable audio visualization using Web Audio and Canvas", "main": "dist/wavesurfer.js", "directories": {