Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #380 from DolbyIO/sdk257
Browse files Browse the repository at this point in the history
Bump C++ SDK to 2.5.7
  • Loading branch information
Kuba Audykowicz authored Aug 30, 2023
2 parents 9a1d1a3 + 6b60232 commit 0bc62ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ permissions:
packages: write

env:
PLUGIN_VERSION: "1.1.5"
CPP_SDK_VERSION: "2.5.6"
PLUGIN_VERSION: "1.1.6"
CPP_SDK_VERSION: "2.5.7"
CPP_SDK_URL: "https://github.com/DolbyIO/comms-sdk-cpp/releases/download"
PLUGIN_SOURCE_DIR: "DolbyIO"
PLUGIN_BUILD_DIR: "Build/DolbyIO"
Expand Down
2 changes: 1 addition & 1 deletion DolbyIO/DolbyIO.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.1.5",
"VersionName": "1.1.6",
"FriendlyName": "Dolby.io Virtual Worlds",
"Description": "Plugin integrating Dolby.io Communications.",
"Category": "Communications",
Expand Down
2 changes: 1 addition & 1 deletion DolbyIO/Source/Private/DolbyIOSubsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void UDolbyIOSubsystem::Initialize(const FString& Token)
return;
}

Sdk->register_component_version("unreal-sdk", "1.1.5")
Sdk->register_component_version("unreal-sdk", "1.1.6")
.then(
[this](sdk::component_data)
{
Expand Down

0 comments on commit 0bc62ec

Please sign in to comment.