Skip to content

Commit

Permalink
Version bump (beta.2 published to the wrong tag on npm) 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
hvianna committed Dec 20, 2022
1 parent 2a176c0 commit a0b683f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

## version 4.0.0-beta.2 (2022-12-19)
## version 4.0.0-beta.3 (2022-12-19)

### 🚨 v4 BREAKING CHANGES: <!-- {docsify-ignore} -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "audiomotion-analyzer",
"description": "High-resolution real-time graphic audio spectrum analyzer JavaScript module with no dependencies.",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"main": "./src/audioMotion-analyzer.js",
"module": "./src/audioMotion-analyzer.js",
"types": "./src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/audioMotion-analyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* audioMotion-analyzer
* High-resolution real-time graphic audio spectrum analyzer JS module
*
* @version 4.0.0-beta.2
* @version 4.0.0-beta.3
* @author Henrique Avila Vianna <hvianna@gmail.com> <https://henriquevianna.com>
* @license AGPL-3.0-or-later
*/

const VERSION = '4.0.0-beta.2';
const VERSION = '4.0.0-beta.3';

// internal constants
const TAU = 2 * Math.PI,
Expand Down

0 comments on commit a0b683f

Please sign in to comment.