From 7d320676c774bc04820e25f798473094917cd12e Mon Sep 17 00:00:00 2001 From: Matt Nemitz Date: Thu, 17 Oct 2024 10:04:21 +0100 Subject: [PATCH] Use 5.0.1-alpha.0 --- packages/batch-client/package.json | 2 +- packages/real-time-client/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/batch-client/package.json b/packages/batch-client/package.json index cd5e8bc..b51bd09 100644 --- a/packages/batch-client/package.json +++ b/packages/batch-client/package.json @@ -1,6 +1,6 @@ { "name": "@speechmatics/batch-client", - "version": "0.0.1-alpha.0", + "version": "5.0.1-alpha.0", "description": "", "main": "dist/index.js", "module": "dist/index.mjs", diff --git a/packages/real-time-client/package.json b/packages/real-time-client/package.json index f5ae33c..e338e74 100644 --- a/packages/real-time-client/package.json +++ b/packages/real-time-client/package.json @@ -1,6 +1,6 @@ { "name": "@speechmatics/real-time-client", - "version": "0.0.1-alpha.0", + "version": "5.0.1-alpha.0", "description": "Client for the Speechmatics real-time API", "main": "dist/index.js", "browser": "dist/index.browser.js",