Skip to content

Commit

Permalink
Prep for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed May 25, 2018
1 parent b3a44b9 commit e27cf72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iOS Restriction Passcode Brute Force ![Version](https://img.shields.io/badge/Version-2.0.0-blue.svg?style=flat-square)
# iOS Restriction Passcode Brute Force ![Version](https://img.shields.io/badge/Version-2.1.0-blue.svg?style=flat-square)

[![Python](https://img.shields.io/badge/Python-2.7%20&%203.6-orange.svg?style=flat-square)](https://www.python.org/downloads/release/python-2714/) ![OS](https://img.shields.io/badge/Works%20On-Linux%20|%20macOS%20|%20Windows%20-green.svg?style=flat-square) ![iOS](https://img.shields.io/badge/Tested%20On%20iOS-9.3.5%20|%2010.0.1%20|%2011.2.1-green.svg?style=flat-square) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Code Climate](https://img.shields.io/codeclimate/maintainability/thehappydinoa/iOSRestrictionBruteForce.svg?style=flat-square)](https://codeclimate.com/github/thehappydinoa/iOSRestrictionBruteForce)

Expand Down
1 change: 1 addition & 0 deletions ioscrack.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# iOSRestrictionBruteForce Version 2.1.0
from builtins import input

from ioscrack.parse import argparse, findHashes
Expand Down

0 comments on commit e27cf72

Please sign in to comment.