diff --git a/README.md b/README.md index 7c5ac2b..b99579f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SCInsta A feature-rich tweak for Instagram on iOS!\ -`Version v0.5.0` | `Tested on Instagram v344.0.9` +`Version v0.5.1` | `Tested on Instagram v349.1.11` --- diff --git a/control b/control index 3de19fc..5347688 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.socuul.scinsta Name: SCInsta -Version: 0.6.0 +Version: 0.5.1 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 9739374..cf17425 100644 --- a/src/Tweak.x +++ b/src/Tweak.x @@ -21,7 +21,7 @@ /////////////////////////////////////////////////////////// // * Tweak version * -NSString *SCIVersionString = @"v0.6.0-dev"; +NSString *SCIVersionString = @"v0.5.1"; // Variables that work across features BOOL seenButtonEnabled = false;