From 882e10379a39102e70824262eb58b50a66770059 Mon Sep 17 00:00:00 2001 From: Dylan Smith Date: Tue, 13 Aug 2019 10:09:22 +0100 Subject: [PATCH] 1.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54f7438..e0d85fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "exif-renamer", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21c64f5..cfec75c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "exif-renamer", "description": "A NodeJS library & shell command to rename photos using their EXIF data.", - "version": "1.2.0", + "version": "1.2.1", "homepage": "https://github.com/dylansmith/node-exif-renamer", "author": { "name": "Dylan Smith",