diff --git a/core/package.json b/core/package.json index 2880d85..8c7e057 100644 --- a/core/package.json +++ b/core/package.json @@ -1,7 +1,7 @@ { "name": "tethr", "author": "Baku Hashimoto (https://baku89.com)", - "version": "0.5.1", + "version": "0.6.0", "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 8d23828..dcda3fc 100644 --- a/integrations/vue3/package.json +++ b/integrations/vue3/package.json @@ -1,6 +1,6 @@ { "name": "@tethr/vue3", - "version": "0.5.1", + "version": "0.6.0", "main": "lib/index.js", "types": "lib/index.d.ts", "private": false, diff --git a/lerna.json b/lerna.json index 847a514..90e4c1e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.0.0", - "npmClient": "yarn" + "$schema": "node_modules/lerna/schemas/lerna-schema.json", + "version": "0.6.0", + "npmClient": "yarn" }