Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Jan 14, 2025
1 parent 02742e5 commit d6d3f04
Show file tree
Hide file tree
Showing 3 changed files with 4 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.6.1",
"version": "0.6.2",
"description": "Controlls USB-connected cameras, webcam, and smartphone camera from browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
5 changes: 2 additions & 3 deletions integrations/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tethr/vue3",
"version": "0.6.1",
"version": "0.6.2",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"private": false,
Expand All @@ -13,6 +13,5 @@
"lib"
],
"homepage": "https://baku89.github.io/tethr/",
"license": "MIT",
"dependencies": {}
"license": "MIT"
}
2 changes: 1 addition & 1 deletion 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.6.1",
"version": "0.6.2",
"npmClient": "yarn"
}

0 comments on commit d6d3f04

Please sign in to comment.