diff --git a/README.md b/README.md index e440137..3238baf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BHInsta A feature-rich tweak for Instagram on iOS!\ -`Version v0.2.2` | `Tested on Instagram v322.1.0` +`Version v0.2.3` | `Tested on Instagram v323.0.3` --- diff --git a/control b/control index a6cfe50..6b7399e 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.socuul.bhinsta Name: BHInsta -Version: 0.2.2 +Version: 0.2.3 Architecture: iphoneos-arm Description: A feature-rich tweak for Instagram on iOS! Maintainer: SoCuul diff --git a/src/Tweak.x b/src/Tweak.x index 48334a0..92a906d 100644 --- a/src/Tweak.x +++ b/src/Tweak.x @@ -9,7 +9,7 @@ #import "Controllers/SettingsViewController.h" // * Tweak version * -NSString *BHIVersionString = @"v0.2.2"; +NSString *BHIVersionString = @"v0.2.3"; // Variables that work across features BOOL seenButtonEnabled = false;