Skip to content

Commit f458543

Browse files
committed
Bump version
1 parent 0a1bd0a commit f458543

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Scripts/Utils/Utilities.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ namespace Utils
1212
{
1313
public static class Utilities
1414
{
15-
public const int VersionCode = 161;
16-
public const string VersionName = "0.2-alpha.4.161";
15+
public const int VersionCode = 163;
16+
public const string VersionName = "0.2-alpha.5.163";
1717

1818
public const string BuildType =
1919
#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.4.161
126+
bundleVersion: 0.2-alpha.5.163
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: 161
154+
AndroidBundleVersionCode: 163
155155
AndroidMinSdkVersion: 16
156156
AndroidTargetSdkVersion: 0
157157
AndroidPreferredInstallLocation: 0

0 commit comments

Comments
 (0)