Skip to content

Commit ab1ee8c

Browse files
committed
Merge branch 'main' of github.com:immutable/unity-immutable-sdk
2 parents e0c764d + a9da2b9 commit ab1ee8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Packages/Passport/Runtime/Scripts/Private/Helpers/SdkVersionInfoHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class SdkVersionInfoHelpers
44
{
55
public static string GetSdkVersionInfo()
66
{
7-
return "1.23.2";
7+
return "1.23.3";
88
}
99
}
1010
}

src/Packages/Passport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.passport",
3-
"version": "1.23.2",
3+
"version": "1.23.3",
44
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
55
"displayName": "Immutable Passport",
66
"author": {

0 commit comments

Comments
 (0)