Skip to content

Commit

Permalink
Merge pull request #7 from Teraskull/develop
Browse files Browse the repository at this point in the history
Update 1.3.5
  • Loading branch information
Teraskull authored May 30, 2020
2 parents b72bfcb + b65c323 commit ea42fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

* ```git clone https://github.com/Teraskull/PyDebloatX```
* ```cd PyDebloatX```
* ```pip install -r requirements.txt```
* ```python app.py``` or ```py app.py```

## License:
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import sys


app_version = "1.3.4"
app_version = "1.3.5"


class Logic():
Expand Down

0 comments on commit ea42fa6

Please sign in to comment.