Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Aug 11, 2023
1 parent 7d5bdfa commit 2cf8722
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<string>iPadOS</string>
</array>
<key>CFBundleVersion</key>
<string>2.4.1</string>
<string>2.5.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIDeviceFamily</key>
Expand Down
2 changes: 1 addition & 1 deletion App/UI/IALRootViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ -(void)makeControlPanel{
else [button setBackgroundColor:[UIColor whiteColor]];

if(i == 0){
[button setTitle:[localize(@"Created by Lightmann") stringByAppendingString:@" | v2.4.1"] forState:UIControlStateNormal];
[button setTitle:[localize(@"Created by Lightmann") stringByAppendingString:@" | v2.5.0"] forState:UIControlStateNormal];
[button setTintColor:[self IALBlue]];

_panelOneContainer = view;
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: me.lightmann.iamlazy
Name: IAmLazy
Version: 2.4.1
Version: 2.5.0
Depends: apt, uikittools, firmware (>= 13.0)
Conflicts: me.lightmann.iamlazy-cli
Architecture: iphoneos-arm
Expand Down

0 comments on commit 2cf8722

Please sign in to comment.