Skip to content

Commit aa59578

Browse files
committed
Bump version
1 parent c7c54f5 commit aa59578

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
@@ -12,8 +12,8 @@ namespace Utils
1212
{
1313
public static class Utilities
1414
{
15-
public const int VersionCode = 147;
16-
public const string VersionName = "0.2-alpha.2.147";
15+
public const int VersionCode = 149;
16+
public const string VersionName = "0.2-alpha.3.149";
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.2.147
126+
bundleVersion: 0.2-alpha.3.149
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: 147
154+
AndroidBundleVersionCode: 149
155155
AndroidMinSdkVersion: 16
156156
AndroidTargetSdkVersion: 0
157157
AndroidPreferredInstallLocation: 0

0 commit comments

Comments
 (0)