Skip to content

Commit

Permalink
49.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpingsx committed Jan 26, 2023
1 parent 7445fa9 commit d01d606
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Wit/Private/Wit/Request/HTTP/WitHttpRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "GenericPlatform/GenericPlatformHttp.h"
#include "Wit/Utilities/WitLog.h"

const FString FWitHttpRequest::WitSdkVersion = FString("47.0.4");
const FString FWitHttpRequest::WitSdkVersion = FString("49.0.1");

/**
* Destructor
Expand Down
2 changes: 1 addition & 1 deletion Source/Wit/Public/Wit/Configuration/WitAppConfiguration.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct WIT_API FWitAppAdvancedConfiguration

/** The optional API version to use when making requests to Wit.ai */
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Request Overrides")
FString ApiVersion{"20230104"};
FString ApiVersion{"20230126"};

/** Should we use a custom HTTP request timeout? */
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Request Overrides")
Expand Down
4 changes: 2 additions & 2 deletions Wit.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 47,
"VersionName": "47.0.4",
"Version": 49,
"VersionName": "49.0.1",
"FriendlyName": "Wit",
"Description": "Wit module that manages communications with the Wit.ai servers",
"Category": "Voice",
Expand Down

0 comments on commit d01d606

Please sign in to comment.