diff --git a/Prefs/RounderLSRootListController.m b/Prefs/RounderLSRootListController.m index af11210..052bd81 100644 --- a/Prefs/RounderLSRootListController.m +++ b/Prefs/RounderLSRootListController.m @@ -13,7 +13,7 @@ - (void)viewDidLoad { self.titleLabel = [[UILabel alloc] initWithFrame:CGRectMake(0,0,10,10)]; self.titleLabel.translatesAutoresizingMaskIntoConstraints = NO; self.titleLabel.font = [UIFont boldSystemFontOfSize:17]; - self.titleLabel.text = @"1.4"; + self.titleLabel.text = @"1.5"; self.titleLabel.textColor = [UIColor colorWithRed:0.96 green:0.77 blue:0.75 alpha:1.0]; self.titleLabel.textAlignment = NSTextAlignmentCenter; diff --git a/control b/control index cbfbc4b..f0fbdf5 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.azzou.rounderls Name: RounderLS -Version: 1.4 +Version: 1.5 Architecture: iphoneos-arm Description: A little tweak to make your LockScreen rounder ! Maintainer: Azzou