Skip to content

Commit

Permalink
Merge pull request #280 from immutable/chore/update-version-1.25.2
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
nattb8 authored Aug 16, 2024
2 parents 09204ef + 2950d85 commit b3cb334
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.25.1";
return "1.25.2";
}
}
}
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.25.1",
"version": "1.25.2",
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
"displayName": "Immutable Passport",
"author": {
Expand Down

0 comments on commit b3cb334

Please sign in to comment.