Skip to content

Commit

Permalink
Merge branch 'main' of github.com:immutable/unity-immutable-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Jul 26, 2024
2 parents ac05120 + 167070a commit 1d827c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class SdkVersionInfoHelpers
{
public static string GetSdkVersionInfo()
{
return "1.23.0";
return "1.23.1";
}
}
}
2 changes: 1 addition & 1 deletion src/Packages/Passport/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.immutable.passport",
"version": "1.23.0",
"version": "1.23.1",
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
"displayName": "Immutable Passport",
"author": {
Expand Down

0 comments on commit 1d827c3

Please sign in to comment.