Skip to content

Commit

Permalink
fic plugin name in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Andrianarijaona committed Aug 10, 2017
1 parent 62dbec6 commit 4a7ff66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-ios-plugin-no-export-compliance",
"version": "0.0.4",
"version": "0.0.5",
"description": "This plugin sets ITSAppUsesNonExemptEncryption to false in *-Info.plist file",
"cordova": {
"id": "cordova-ios-plugin-no-export-compliance",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-ios-no-export-compliance" version="0.0.4">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-ios-plugin-no-export-compliance" version="0.0.5">
<name>iOS No Export Compliance</name>
<description>This plugin sets ITSAppUsesNonExemptEncryption to false in *-Info.plist file</description>
<license>BSD-3</license>
Expand Down

0 comments on commit 4a7ff66

Please sign in to comment.