Skip to content

Commit

Permalink
update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
agmv committed Nov 7, 2016
1 parent dd0cfc9 commit 21d12d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-secure-device" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-secure-device" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>secureDevice</name>
<description>Stops app from running if device is not secure, i.e. it is jailbroken, rooted, or doesn't have a passcode set.</description>
<author>André Vieira</author>
<license>Apache 2.0</license>
<license>Apache 2.0 License</license>
<platform name="android">
<config-file parent="/*" target="res/xml/config.xml">
<feature name="secureDevice">
Expand Down

0 comments on commit 21d12d8

Please sign in to comment.