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

Commit c9666fd

Browse files
author
Kuba Audykowicz
authored
Merge pull request #401 from DolbyIO/117
Bump version to 1.1.7
2 parents bbde173 + de13081 commit c9666fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99
packages: write
1010

1111
env:
12-
PLUGIN_VERSION: "1.1.6"
12+
PLUGIN_VERSION: "1.1.7"
1313
CPP_SDK_VERSION: "2.5.7"
1414
CPP_SDK_URL: "https://github.com/DolbyIO/comms-sdk-cpp/releases/download"
1515
PLUGIN_SOURCE_DIR: "DolbyIO"

DolbyIO/DolbyIO.uplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "1.1.6",
4+
"VersionName": "1.1.7",
55
"FriendlyName": "Dolby.io Virtual Worlds",
66
"Description": "Plugin integrating Dolby.io Communications.",
77
"Category": "Communications",

DolbyIO/Source/Private/DolbyIOSubsystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void UDolbyIOSubsystem::Initialize(const FString& Token)
101101
return;
102102
}
103103

104-
Sdk->register_component_version("unreal-sdk", "1.1.6")
104+
Sdk->register_component_version("unreal-sdk", "1.1.7")
105105
.then(
106106
[this](sdk::component_data)
107107
{

0 commit comments

Comments
 (0)