Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
update version in settings. i always forget *something*
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jun 22, 2014
1 parent 0d3642e commit 4ec8df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs/HBTSHeaderCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSStr
[containerView addSubview:typeLabel];

UILabel *statusLabel = [[[UILabel alloc] init] autorelease];
statusLabel.text = @"Status 1.1.1";
statusLabel.text = @"Status 1.2";
statusLabel.backgroundColor = [UIColor clearColor];
statusLabel.font = [UIFont systemFontOfSize:kHBTSHeaderCellFontSize];
[containerView addSubview:statusLabel];
Expand Down

0 comments on commit 4ec8df9

Please sign in to comment.