Skip to content

Commit

Permalink
version 1.7 bold fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkuj committed Jul 22, 2023
1 parent 368c177 commit 4003d3c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Controllers/IPARAccountAndCreditsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (void)loadView {
UILabel *angelXwindLabel = [self createLabelWithText:@"angelXwind (appinst)" fontSize:14.0];
[contentView addSubview:angelXwindLabel];

UILabel *versionLabel = [self createLabelWithText:@"Version 1.6 (rootless)" fontSize:14.0];
UILabel *versionLabel = [self createLabelWithText:@"Version 1.7 (rootless)" fontSize:14.0];
[contentView addSubview:versionLabel];

[NSLayoutConstraint activateConstraints:@[
Expand Down
2 changes: 1 addition & 1 deletion Controllers/IPARLoginScreenViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ - (void)setupUnderlabel {
- (void)setupVersionLabel {
UILabel *versionLabel = [[UILabel alloc] initWithFrame:CGRectZero];
versionLabel.translatesAutoresizingMaskIntoConstraints = NO;
versionLabel.text = @"Version 1.6 (rootless)";
versionLabel.text = @"Version 1.7 (rootless)";
versionLabel.textColor = [UIColor whiteColor];
[self.view addSubview:versionLabel];
[NSLayoutConstraint activateConstraints:@[
Expand Down
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.0xkuj.iparanger
Name: IPA Ranger
Version: 1.6
Version: 1.7
Architecture: iphoneos-arm64
Description: GUI Based Application for ipatool
Depends: gawk, unzip, plutil
Expand Down
Binary file removed packages/com.0xkuj.iparanger_1.6_iphoneos-arm64.deb
Binary file not shown.
Binary file added packages/com.0xkuj.iparanger_1.7_iphoneos-arm.deb
Binary file not shown.
Binary file not shown.

0 comments on commit 4003d3c

Please sign in to comment.