Skip to content

Commit

Permalink
readme updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
creador committed Feb 4, 2017
1 parent 8ef63fb commit 2eadbe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It comes with a command-line (CLI), that uses all methods of this package, and t
ti_recover apkfile.apk outputdir
```

As part of my blog post: [link to my blog](https://pabloschaffner.cl/2017/02/01/how-recoverable-is-an-apk-source-code-made-with-titanium/)
As part of my blog post: <a href="https://pabloschaffner.cl/2017/02/01/how-recoverable-is-an-apk-source-code-made-with-titanium/">link to my blog</a><br/>
As a package contains the following methods:

### init (config, onReadyCB).
Expand Down Expand Up @@ -46,7 +46,7 @@ Retrieves Titanium information about the current APK using the extracted resourc

## UPDATES

version 1.0.7-8:
version 1.0.7-9:
- updated to latest apk_unpack to use jadx.
- now resources and manifest are also copied to outputdir

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ti_recover",
"version": "1.0.8",
"version": "1.0.9",
"description": "Appcelerator Titanium APK source code recovery tool",
"main": "ti_recover.js",
"repository": {
Expand Down

0 comments on commit 2eadbe9

Please sign in to comment.