Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit e8c30ce

Browse files
committed
FINAL 1.3
1 parent 85295be commit e8c30ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Prefs/RounderLSRootListController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ - (instancetype)init {
2020
self.titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(0,0,10,10)];
2121
self.titleLabel.font = [UIFont boldSystemFontOfSize:17];
2222
self.titleLabel.translatesAutoresizingMaskIntoConstraints = NO;
23-
self.titleLabel.text = @"1.2";
23+
self.titleLabel.text = @"1.3";
2424
self.titleLabel.textColor = [UIColor colorWithRed:0.96 green:0.77 blue:0.75 alpha:1.0];
2525
self.titleLabel.textAlignment = NSTextAlignmentCenter;
2626

control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: com.azzou.rounderls
22
Name: RounderLS
3-
Version: 1.2
3+
Version: 1.3
44
Architecture: iphoneos-arm
55
Description: A little tweak to make your LockScreen rounder !
66
Maintainer: Azzou

0 commit comments

Comments
 (0)