From 24d3ef62cd3c420e2618d556ee62749c449dbfc6 Mon Sep 17 00:00:00 2001 From: Sebastiaan Jansen Date: Wed, 13 Oct 2021 13:15:40 +0200 Subject: [PATCH] 1.2.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {