From 843a39e10dfb23d00122a16ce8c611ba631900c5 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Wed, 2 Oct 2024 19:21:07 +0900 Subject: [PATCH] v0.6.1 --- core/package.json | 2 +- integrations/vue3/package.json | 2 +- lerna.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/package.json b/core/package.json index 8c7e057..805a2c4 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "tethr", "author": "Baku Hashimoto (https://baku89.com)", - "version": "0.6.0", + "version": "0.6.1", "description": "Controlls USB-connected cameras, webcam, and smartphone camera from browser", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/integrations/vue3/package.json b/integrations/vue3/package.json index dcda3fc..986ca57 100644 --- a/integrations/vue3/package.json +++ b/integrations/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tethr/vue3", - "version": "0.6.0", + "version": "0.6.1", "main": "lib/index.js", "types": "lib/index.d.ts", "private": false, diff --git a/lerna.json b/lerna.json index 90e4c1e..b82f25e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.6.0", + "version": "0.6.1", "npmClient": "yarn" }