Skip to content

Commit

Permalink
package.json: increment version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mfcc64 committed Oct 25, 2024
1 parent 6fe9c2a commit d72d471
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.2.1",
"version": "2.2.2",
"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 @@ -123,6 +123,6 @@ var ShowCQT = {
}
};

ShowCQT.version = "2.2.1";
ShowCQT.version = "2.2.2";
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.2.1
export {default, ShowCQT} from "../[email protected].1/showcqt-main.mjs";
// version: 2.2.2
export {default, ShowCQT} from "../[email protected].2/showcqt-main.mjs";

0 comments on commit d72d471

Please sign in to comment.