Skip to content

Commit 3e508fb

Browse files
authored
Merge pull request #268 from immutable/chore/update-version-1.24.0
chore: update version
2 parents 3bff820 + e6dea10 commit 3e508fb

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

+1-1
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.4";
7+
return "1.24.0";
88
}
99
}
1010
}

src/Packages/Passport/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.passport",
3-
"version": "1.23.4",
3+
"version": "1.24.0",
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)