From 9bdba7fa7e43d70c5a493a86013f3a588fcaad9c Mon Sep 17 00:00:00 2001 From: Vinlic Date: Fri, 6 Oct 2023 21:14:20 +0800 Subject: [PATCH] Release 0.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a202d44..ffb78ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-video-creator", - "version": "0.0.10", + "version": "0.0.11", "description": "A framework for creating videos based on Node.js + Puppeteer + FFmpeg。", "type": "module", "main": "index.js",