Skip to content

Commit

Permalink
build: Update dependencies and up version
Browse files Browse the repository at this point in the history
  • Loading branch information
eidoriantan committed Apr 29, 2020
1 parent 0f1be08 commit a6ef615
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mp3tag.js",
"version": "2.0.3",
"version": "2.0.4",
"description": "MP3 tagging library written in pure JavaScript",
"keywords": [
"node",
Expand Down Expand Up @@ -54,7 +54,7 @@
"esm": "^3.2.25",
"mocha": "^7.1.2",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.7.2",
"rollup": "^2.7.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^5.3.0",
"standard": "^14.3.3"
Expand Down
2 changes: 1 addition & 1 deletion src/mp3tag.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class MP3Tag {
}

this.name = 'MP3Tag'
this.version = '2.0.3'
this.version = '2.0.4'
this.verbose = verbose
this.error = ''
this.errorCode = -1
Expand Down

0 comments on commit a6ef615

Please sign in to comment.