Skip to content

Commit

Permalink
Wit-Unity Package version to v49.0.50
Browse files Browse the repository at this point in the history
Summary: Update wit-unity version to 49.0.50 and update referencing packages.

Reviewed By: yolanother

Differential Revision: D41308953

fbshipit-source-id: 66f6cc1f11726ffecab9d4bb2d913085f7872698
  • Loading branch information
Ryan Bailey authored and facebook-github-bot committed Nov 15, 2022
1 parent c9d3d1f commit e35a4fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/Wit/Runtime/WitConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.facebook.witai",
"displayName": "Meta - Wit.ai",
"version": "0.0.49",
"version": "49.0.50",
"samples": [
{
"displayName": "Response Debugger",
Expand Down

0 comments on commit e35a4fb

Please sign in to comment.