Skip to content

Commit

Permalink
Fix update issue and bump to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squ1dd13 committed Dec 25, 2022
1 parent 694cbf3 commit 9f9a132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cleo"
version = "2.2.0"
version = "2.2.1"
authors = ["squ1dd13 <squ1dd13dev@gmail.com>"]
edition = "2021"
description = "CLEO SA for iOS"
Expand Down
2 changes: 1 addition & 1 deletion deb/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Depends: mobilesubstrate
Provides: com.squ1dd13.csios, com.squ1dd13.zinc
Conflicts: com.squ1dd13.csios, com.squ1dd13.zinc, com.brend0n.gtasa60fps
Replaces: com.squ1dd13.csios, com.squ1dd13.zinc
Version: 2.2.0
Version: 2.2.1
Architecture: iphoneos-arm
Description: CLEO for GTA:SA. Now with extra Rust!
Maintainer: squ1dd13
Expand Down
2 changes: 2 additions & 0 deletions src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ fn show_update_prompt(screen: *mut u8, (update_ver, update_url): (Version, Strin
let url = unbox_string(raw_url_box);

log::info!("User accepted update. Heading to {}...", url);

open_url(url);
}

fn on_no(raw_url_box: usize) {
Expand Down

0 comments on commit 9f9a132

Please sign in to comment.