Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 2, 2024
1 parent f4c277f commit 1911bb9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tethr",
"author": "Baku Hashimoto <mail@baku89.com> (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",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue3/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1911bb9

Please sign in to comment.