Skip to content

Commit

Permalink
Merge pull request #309 from immutable/chore/update-version-1.27.1
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
nattb8 authored Oct 20, 2024
2 parents 9b46e00 + e45b20c commit a4e2a44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Packages/Marketplace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.immutable.marketplace",
"version": "1.27.0",
"version": "1.27.1",
"description": "Marketplace package for the Immutable SDK for Unity",
"displayName": "Immutable Marketplace",
"author": {
Expand Down
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.27.0";
return "1.27.1";
}
}
}
8 changes: 4 additions & 4 deletions 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.27.0",
"version": "1.27.1",
"description": "The Immutable SDK for Unity helps you integrate your game with Immutable Passport.",
"displayName": "Immutable Passport",
"author": {
Expand All @@ -26,10 +26,10 @@
"passport"
],
"unity": "2021.3",
"samples" : [
"samples": [
{
"displayName": "Immutable Unity Sample App",
"path": "Samples~/sample"
"displayName": "Immutable Unity Sample App",
"path": "Samples~/sample"
}
]
}

0 comments on commit a4e2a44

Please sign in to comment.