Skip to content

Commit 6069631

Browse files
author
Create or Update Pull Request Action
committed
chore: update version
1 parent 9049971 commit 6069631

21 files changed

+32316
-3
lines changed

src/Packages/Marketplace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.marketplace",
3-
"version": "1.28.0",
3+
"version": "1.29.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

+1-1
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.28.0";
7+
return "1.29.0";
88
}
99
}
1010
}

0 commit comments

Comments
 (0)