Skip to content

Commit 35016f6

Browse files
chore: update livekit-ffi-node-bindings version to 0.1.1
1 parent 1ac63ba commit 35016f6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

livekit-ffi-node-bindings/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@livekit/rtc-node-darwin-arm64",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/livekit/node-sdks.git",

livekit-ffi-node-bindings/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-darwin-x64",
33
"author": "LiveKit",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

livekit-ffi-node-bindings/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-linux-arm64-gnu",
33
"author": "LiveKit",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

livekit-ffi-node-bindings/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-linux-x64-gnu",
33
"author": "LiveKit",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

livekit-ffi-node-bindings/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@livekit/rtc-node-win32-x64-msvc",
33
"author": "LiveKit",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/livekit/node-sdks.git",

livekit-ffi-node-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "LiveKit RTC Node",
44
"license": "Apache-2.0",
55
"author": "LiveKit",
6-
"version": "0.1.0",
6+
"version": "0.1.1",
77
"main": "dist/index.js",
88
"require": "dist/index.cjs",
99
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)