Skip to content

Commit

Permalink
package.json: increment version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcc64 committed Jun 6, 2024
1 parent e1562bd commit 66d65cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showcqt",
"version": "2.0.2",
"version": "2.1.0",
"description": "ShowCQT (Constant Q Transform) audio visualization",
"main": "showcqt-main.mjs",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion showcqt-main.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ var ShowCQT = {
}
};

ShowCQT.version = "2.0.2";
ShowCQT.version = "2.1.0";
export { ShowCQT };
export default ShowCQT;
4 changes: 2 additions & 2 deletions showcqt.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// CDN entry point
// version: 2.0.2
export {default, ShowCQT} from "../showcqt@2.0.2/showcqt-main.mjs";
// version: 2.1.0
export {default, ShowCQT} from "../showcqt@2.1.0/showcqt-main.mjs";

0 comments on commit 66d65cc

Please sign in to comment.