From e35a4fba2ed28f33b125e10039dbe22b7391460e Mon Sep 17 00:00:00 2001 From: Ryan Bailey Date: Tue, 15 Nov 2022 13:28:26 -0800 Subject: [PATCH] Wit-Unity Package version to v49.0.50 Summary: Update wit-unity version to 49.0.50 and update referencing packages. Reviewed By: yolanother Differential Revision: D41308953 fbshipit-source-id: 66f6cc1f11726ffecab9d4bb2d913085f7872698 --- Lib/Wit/Runtime/WitConstants.cs | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/Wit/Runtime/WitConstants.cs b/Lib/Wit/Runtime/WitConstants.cs index 981fdbfd..51e9477e 100644 --- a/Lib/Wit/Runtime/WitConstants.cs +++ b/Lib/Wit/Runtime/WitConstants.cs @@ -12,7 +12,7 @@ public static class WitConstants { // Wit service version info public const string API_VERSION = "20220728"; - public const string SDK_VERSION = "0.0.49"; + public const string SDK_VERSION = "49.0.50"; public const string CLIENT_NAME = "wit-unity"; // Wit service endpoint info diff --git a/package.json b/package.json index 100a9527..65e58fc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.facebook.witai", "displayName": "Meta - Wit.ai", - "version": "0.0.49", + "version": "49.0.50", "samples": [ { "displayName": "Response Debugger",