From f550b7eb69f28e38713447882703748c29b20279 Mon Sep 17 00:00:00 2001 From: "S.Gromov" Date: Tue, 20 Jan 2026 01:32:59 +0300 Subject: [PATCH] 0.1.5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c14947..26bad13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gromlab/create-vod", "author": "Gromov Sergei", - "version": "0.1.4", + "version": "0.1.5", "description": "DASH/HLS video converter with hardware acceleration (NVENC/QSV/AMF/VAAPI), thumbnails and poster generation", "type": "module", "main": "./dist/index.js", @@ -61,4 +61,4 @@ "dependencies": { "cli-progress": "^3.12.0" } -} \ No newline at end of file +}