Skip to content

Commit 9a44049

Browse files
authored
Merge pull request #452 from immutable/chore/update-version-1.32.0
chore: update version
2 parents d7d52b9 + 53012c5 commit 9a44049

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

src/Packages/Marketplace/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.marketplace",
3-
"version": "1.31.1",
3+
"version": "1.32.0",
44
"description": "Marketplace package for the Immutable SDK for Unity",
55
"displayName": "Immutable Marketplace",
66
"author": {

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.31.1";
7+
return "1.32.0";
88
}
99
}
1010
}

src/Packages/Passport/Samples~/SamplesScenesScripts/Scripts/Passport/SelectAuthMethodScript.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ private async void InitialisePassport(string? redirectUri = null, string? logout
9090
// Set the log level for the SDK
9191
Passport.LogLevel = LogLevel.Info;
9292

93+
// Don't redact token values from logs
94+
Passport.RedactTokensInLogs = false;
95+
9396
// Initialise Passport
9497
string environment = Immutable.Passport.Model.Environment.SANDBOX;
9598
string clientId = "mp6rxfMDwwZDogcdgNrAaHnG0qMlXuMK";

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.31.1",
3+
"version": "1.32.0",
44
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.\n\nFor a complete working example, please visit https://github.com/immutable/unity-immutable-sdk/tree/main/sample.",
55
"displayName": "Immutable Passport",
66
"author": {

0 commit comments

Comments
 (0)