Skip to content

Commit

Permalink
docs: up version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Sep 30, 2023
1 parent 3e6cd36 commit 9b86496
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7.0",
"version": "3.7.1",
"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.7.0'
this.version = '3.7.1'
this.verbose = verbose

this.buffer = buffer
Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export type MP3TagWriteOptions = Partial<MP3TagDefaultWriteOptions>;

export class MP3Tag {
readonly name: 'MP3Tag';
readonly version: '3.7.0';
readonly version: '3.7.1';

verbose: boolean;
buffer: MP3Buffer;
Expand Down

0 comments on commit 9b86496

Please sign in to comment.