From 300b264efda5c6393536ce0c3f4966274573fd7a Mon Sep 17 00:00:00 2001 From: Kevin Godell Date: Tue, 8 Aug 2023 19:28:34 -0500 Subject: [PATCH] 0.7.1 --- 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 120c0c9..1b0c0e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pipe2pam", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pipe2pam", - "version": "0.7.0", + "version": "0.7.1", "funding": [ { "url": "https://github.com/kevinGodell" diff --git a/package.json b/package.json index 2c10041..e3c6bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pipe2pam", - "version": "0.7.0", + "version": "0.7.1", "description": "Parse individual pam images from an ffmpeg pipe when output video codec(-c:v) is set to pam and format(-f) is set to image2pipe.", "main": "index.js", "devDependencies": {