Skip to content

Commit

Permalink
Merge branch 'release/1.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Apr 13, 2018
2 parents cfd58e1 + 3b11af9 commit a386b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Framework/Sources/UIColor+SRGAppearance.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ + (UIColor *)srg_redColor

+ (UIColor *)srg_blueColor
{
return [UIColor colorWithRed:15.f / 255.f green:90.f / 255.f blue:24.f / 203.f alpha:1.f];
return [UIColor colorWithRed:15.f / 255.f green:90.f / 255.f blue:203.f / 255.f alpha:1.f];
}

@end
4 changes: 2 additions & 2 deletions SRGAppearance.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -586,7 +586,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down

0 comments on commit a386b51

Please sign in to comment.