diff --git a/package-lock.json b/package-lock.json index da33855..7c6e1f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "audition-chapter-tagger", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "audition-chapter-tagger", - "version": "1.1.0", + "version": "1.2.0", "license": "ISC", "dependencies": { "csv-parse": "^4.16.3", diff --git a/package.json b/package.json index 4cb9b7b..f0417d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audition-chapter-tagger", - "version": "1.1.0", + "version": "1.2.0", "description": "Add Adobe Audition chaptering tags to ID3 tags of mp3 files", "main": "index.js", "scripts": {