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 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 10ad3e9 commit 8cf3665
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.1",
"version": "3.4.2",
"description": "MP3 tagging library written in pure JavaScript",
"keywords": [
"node",
2 changes: 1 addition & 1 deletion src/mp3tag.mjs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ export default class MP3Tag {
}

this.name = 'MP3Tag'
this.version = '3.4.1'
this.version = '3.4.2'
this.verbose = verbose

this.buffer = buffer

0 comments on commit 8cf3665

Please sign in to comment.