Skip to content

Commit

Permalink
release: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensalilijames committed Sep 4, 2023
1 parent cf699d2 commit 67ed7f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Charisma Entertainment Ltd
Copyright (c) 2021-2023 Charisma Entertainment Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.8.0"}, {"protocolVersion", 1}};
const nlohmann::json UPlaythrough::SdkInfo = {{"sdkId", "unreal"}, {"sdkVersion", "0.9.0"}, {"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": 9,
"VersionName": "0.8.0",
"Version": 10,
"VersionName": "0.9.0",
"FriendlyName": "Charisma",
"Description": "Charisma SDK for Unreal Engine",
"Category": "Charisma",
Expand Down

0 comments on commit 67ed7f9

Please sign in to comment.