Skip to content

Commit

Permalink
release: v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensalilijames committed Jun 15, 2023
1 parent e2fb347 commit 6c7ef44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/CharismaModule/Private/Playthrough.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ UPlaythrough* UPlaythrough::NewPlaythroughObject(UObject* WorldContextObject, co
return Playthrough;
}

const nlohmann::json UPlaythrough::SdkInfo = {{"sdkId", "unreal"}, {"sdkVersion", "0.6.0"}, {"protocolVersion", 1}};
const nlohmann::json UPlaythrough::SdkInfo = {{"sdkId", "unreal"}, {"sdkVersion", "0.7.2"}, {"protocolVersion", 1}};

void UPlaythrough::FirePing()
{
Expand Down
4 changes: 2 additions & 2 deletions charisma-unreal.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 8,
"VersionName": "0.7.1",
"Version": 9,
"VersionName": "0.7.2",
"FriendlyName": "Charisma",
"Description": "Charisma SDK for Unreal Engine",
"Category": "Charisma",
Expand Down

0 comments on commit 6c7ef44

Please sign in to comment.