Skip to content

Commit 7a43dc7

Browse files
committed
changed + 2 to orange
1 parent 812d205 commit 7a43dc7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CubeTime.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@
836836
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
837837
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
838838
CODE_SIGN_STYLE = Automatic;
839-
CURRENT_PROJECT_VERSION = 8;
839+
CURRENT_PROJECT_VERSION = 2;
840840
DEVELOPMENT_ASSET_PATHS = "\"CubeTime/Preview Content\"";
841841
DEVELOPMENT_TEAM = 52VS5QG4YD;
842842
ENABLE_PREVIEWS = YES;
@@ -857,7 +857,7 @@
857857
"$(inherited)",
858858
"@executable_path/Frameworks",
859859
);
860-
MARKETING_VERSION = 0.1.0;
860+
MARKETING_VERSION = 1.0.0;
861861
PRODUCT_BUNDLE_IDENTIFIER = com.cubetime.cubetime;
862862
PRODUCT_NAME = "$(TARGET_NAME)";
863863
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -874,7 +874,7 @@
874874
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
875875
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
876876
CODE_SIGN_STYLE = Automatic;
877-
CURRENT_PROJECT_VERSION = 8;
877+
CURRENT_PROJECT_VERSION = 2;
878878
DEVELOPMENT_ASSET_PATHS = "\"CubeTime/Preview Content\"";
879879
DEVELOPMENT_TEAM = 52VS5QG4YD;
880880
ENABLE_PREVIEWS = YES;
@@ -895,7 +895,7 @@
895895
"$(inherited)",
896896
"@executable_path/Frameworks",
897897
);
898-
MARKETING_VERSION = 0.1.0;
898+
MARKETING_VERSION = 1.0.0;
899899
PRODUCT_BUNDLE_IDENTIFIER = com.cubetime.cubetime;
900900
PRODUCT_NAME = "$(TARGET_NAME)";
901901
SWIFT_EMIT_LOC_STRINGS = YES;
0 Bytes
Loading
9 Bytes
Loading
-12 Bytes
Loading

CubeTime/Timer/TimerView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ struct TimerView: View {
365365
if !manualInputFocused {
366366
PenaltyBar(114) {
367367
HStack(spacing: 12) {
368-
PenaltyButton(penType: .plustwo, penSymbol: "+2", imageSymbol: true, canType: false, colour: Color.yellow)
368+
PenaltyButton(penType: .plustwo, penSymbol: "+2", imageSymbol: true, canType: false, colour: Color.orange)
369369

370370
PenaltyButton(penType: .dnf, penSymbol: "xmark.circle", imageSymbol: false, canType: false, colour: Color.red)
371371

0 commit comments

Comments
 (0)