cordova-khipu 2.7.1 → 2.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plugin.xml +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-khipu",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Khipu Cordova Plugin",
5
5
  "cordova": {
6
6
  "id": "cordova-khipu",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
- <plugin id="cordova-khipu" version="2.7.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2
+ <plugin id="cordova-khipu" version="2.7.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
3
3
  <name>Cordova Khipu</name>
4
4
  <js-module name="Khipu" src="www/cordova-khipu.js">
5
5
  <clobbers target="window.Khipu"/>
@@ -25,7 +25,7 @@
25
25
  <source url="https://github.com/CocoaPods/Specs.git"/>
26
26
  </config>
27
27
  <pods use-frameworks="true">
28
- <pod name="KhipuClientIOS" version="2.7.7" swift-version="5.1"/>
28
+ <pod name="KhipuClientIOS" version="2.8.0" swift-version="5.1"/>
29
29
  </pods>
30
30
  </podspec>
31
31
  <source-file src="src/ios/KhipuPlugin.swift"/>