Skip to content

Commit e8cee1c

Browse files
authored
Merge pull request #485 from immutable/chore/update-version-1.33.2
chore: update version
2 parents a3f020b + 94f8c94 commit e8cee1c

File tree

43 files changed

+2821
-6410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2821
-6410
lines changed

src/Packages/Marketplace/Samples~/SamplesScenesScripts/Scenes/Marketplace/SwapScene.unity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,8 +2105,8 @@ RectTransform:
21052105
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
21062106
m_AnchorMin: {x: 0, y: 0}
21072107
m_AnchorMax: {x: 0, y: 0}
2108-
m_AnchoredPosition: {x: 1039.6971, y: 0}
2109-
m_SizeDelta: {x: 2079.3943, y: 0}
2108+
m_AnchoredPosition: {x: 836.1068, y: 0}
2109+
m_SizeDelta: {x: 1672.2136, y: 0}
21102110
m_Pivot: {x: 0.5, y: 0.5}
21112111
--- !u!114 &1128672539
21122112
MonoBehaviour:
@@ -3726,8 +3726,8 @@ RectTransform:
37263726
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
37273727
m_AnchorMin: {x: 0, y: 0}
37283728
m_AnchorMax: {x: 0, y: 0}
3729-
m_AnchoredPosition: {x: 1039.6971, y: 0}
3730-
m_SizeDelta: {x: 2079.3943, y: 0}
3729+
m_AnchoredPosition: {x: 836.1068, y: 0}
3730+
m_SizeDelta: {x: 1672.2136, y: 0}
37313731
m_Pivot: {x: 0.5, y: 0.5}
37323732
--- !u!114 &2125223059
37333733
MonoBehaviour:

src/Packages/Marketplace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.immutable.marketplace",
3-
"version": "1.33.1",
3+
"version": "1.33.2",
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

Lines changed: 1 addition & 1 deletion
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.33.1";
7+
return "1.33.2";
88
}
99
}
1010
}

0 commit comments

Comments
 (0)