From 0d6439aded0f2788c695428eda7dfbf781fbccaa Mon Sep 17 00:00:00 2001 From: Dmitry Lukanin Date: Sat, 3 Jul 2021 16:51:56 +0300 Subject: [PATCH] 2.0.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 d8aa714..4281990 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "node-raspivideo", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@dlukanin/cla-mapper": "^1.2.0", diff --git a/package.json b/package.json index c1151a4..d742bd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-raspivideo", - "version": "1.0.2", + "version": "2.0.0", "description": "Node wrapper for raspbian os raspivid util", "main": "build/index.js", "types": "build/index.d.ts",