Skip to content

Commit 504579e

Browse files
committed
Bump version
1 parent a8e0bf7 commit 504579e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Assets/Scripts/Utils/Utilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace Utils
1010
{
1111
public static class Utilities
1212
{
13-
public const int VersionCode = 138;
14-
public const string VersionName = "0.2-alpha.2.138";
13+
public const int VersionCode = 139;
14+
public const string VersionName = "0.2-alpha.2.139";
1515

1616
public const string BuildType =
1717
#if DEVELOPMENT_BUILD

ProjectSettings/ProjectSettings.asset

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ PlayerSettings:
123123
16:10: 1
124124
16:9: 1
125125
Others: 1
126-
bundleVersion: 0.2-alpha.2.138
126+
bundleVersion: 0.2-alpha.2.139
127127
preloadedAssets: []
128128
metroInputSource: 0
129129
m_HolographicPauseOnTrackingLoss: 1
@@ -151,7 +151,7 @@ PlayerSettings:
151151
Android: org.seproject.tetris
152152
Standalone: org.seproject.tetris
153153
buildNumber: {}
154-
AndroidBundleVersionCode: 138
154+
AndroidBundleVersionCode: 139
155155
AndroidMinSdkVersion: 16
156156
AndroidTargetSdkVersion: 0
157157
AndroidPreferredInstallLocation: 0

0 commit comments

Comments
 (0)