Skip to content

Commit

Permalink
Merge pull request #243 from immutable/release/update-version
Browse files Browse the repository at this point in the history
release: update version
  • Loading branch information
nattb8 committed Jul 23, 2024
2 parents 75fda87 + b19a3be commit ce0a71e
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.21.0";
return "1.22.0";
}
}
}
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.21.0",
"version": "1.22.0",
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
"displayName": "Immutable Passport",
"author": {
Expand Down

0 comments on commit ce0a71e

Please sign in to comment.