Skip to content

Commit

Permalink
bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maxklenk committed Jan 29, 2021
1 parent 10bcd1c commit 804051d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/StomtPlugin/Private/StomtTrack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ UStomtTrack::UStomtTrack()
this->SetSdkType(FString("UnrealEngine") + UKismetSystemLibrary::GetEngineVersion());
UE_LOG(StomtInit, Log, TEXT("SdkType: %s"), *this->SdkType);

this->SetSdkVersion("2.5.0");
this->SetSdkVersion("2.5.1");
UE_LOG(StomtInit, Log, TEXT("SdkVersion: %s"), *this->SdkVersion);

this->SetSdkIntegration(UKismetSystemLibrary::GetGameName());
Expand Down
4 changes: 2 additions & 2 deletions StomtPlugin.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 9,
"VersionName": "2.5.0",
"Version": 10,
"VersionName": "2.5.1",
"EngineVersion" : "4.20.0",
"FriendlyName": "StomtPlugin",
"Description": "This Widget allows the easy integration of the feedback solution www.stomt.com in your game.",
Expand Down

0 comments on commit 804051d

Please sign in to comment.