Skip to content

Commit

Permalink
chore: up version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Sep 16, 2022
1 parent 4550bf9 commit 4c13273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mp3tag.js",
"version": "3.3.1",
"version": "3.3.2",
"description": "MP3 tagging library written in pure JavaScript",
"keywords": [
"node",
Expand Down
2 changes: 1 addition & 1 deletion src/mp3tag.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class MP3Tag {
}

this.name = 'MP3Tag'
this.version = '3.3.1'
this.version = '3.3.2'
this.verbose = verbose

this.buffer = buffer
Expand Down

0 comments on commit 4c13273

Please sign in to comment.