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 #263 from DolbyIO/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Kuba Audykowicz authored Jun 21, 2023
2 parents 21c4fec + 15e94fe commit 7b113ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0-beta.8",
"VersionName": "1.1.0-beta.9",
"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 @@ -103,7 +103,7 @@ void UDolbyIOSubsystem::Initialize(const FString& Token)
return;
}

Sdk->register_component_version("unreal_sdk", "1.1.0-beta.8")
Sdk->register_component_version("unreal-sdk", "1.1.0-beta.9")
.then(
[this](sdk::component_data)
{
Expand Down

0 comments on commit 7b113ef

Please sign in to comment.