Skip to content

Commit

Permalink
🚀 up v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Elderov committed Aug 2, 2018
1 parent 0b4a42e commit 0384f10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Version History

### v0.7.0
### v0.7.0-0.8.0

+ Add new optional install variable `ENABLE_BUSYBOX_CHECK`
+ Fixed Android Check: `IRoot.isRooted()`
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": "cordova-plugin-iroot",
"version": "0.7.0",
"version": "0.8.0",
"description": "Cordova Jailbreak/Root Detection Plugin for Apache Cordova",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<plugin id="cordova-plugin-iroot" version="0.7.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-iroot" version="0.8.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>iRoot</name>
<author>Wuglyak Bolgoink (info@cyberkatze.de)</author>

Expand Down

0 comments on commit 0384f10

Please sign in to comment.