Skip to content

Commit

Permalink
bump version: 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Mar 1, 2022
1 parent 709a4e0 commit adcd4b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wavesurfer.js changelog
=======================

6.0.3 (unreleased)
6.0.3 (01.03.2022)
------------------
- Cursor plugin:
- Fix type documentation for `followCursorY` and `opacity` options (#2459)
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": "6.0.2",
"version": "6.0.3",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.2",
"version": "6.0.3",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -74,11 +74,11 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^8.9.0",
"eslint": "^8.10.0",
"htmlhint": "^1.1.2",
"in-publish": "^2.0.1",
"jasmine-core": "^4.0.0",
"karma": "^6.3.16",
"jasmine-core": "^4.0.1",
"karma": "^6.3.17",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
Expand Down

0 comments on commit adcd4b7

Please sign in to comment.