Skip to content

Commit 9b86496

Browse files
committed
docs: up version [skip ci]
1 parent 3e6cd36 commit 9b86496

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mp3tag.js",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "MP3 tagging library written in pure JavaScript",
55
"keywords": [
66
"node",

src/mp3tag.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class MP3Tag {
1515
}
1616

1717
this.name = 'MP3Tag'
18-
this.version = '3.7.0'
18+
this.version = '3.7.1'
1919
this.verbose = verbose
2020

2121
this.buffer = buffer

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export type MP3TagWriteOptions = Partial<MP3TagDefaultWriteOptions>;
2828

2929
export class MP3Tag {
3030
readonly name: 'MP3Tag';
31-
readonly version: '3.7.0';
31+
readonly version: '3.7.1';
3232

3333
verbose: boolean;
3434
buffer: MP3Buffer;

0 commit comments

Comments
 (0)