Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update version #309

Merged
merged 1 commit into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}
Loading