@seamlink/cordova-plugin-jitsi 2.1.1 → 2.1.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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamlink/cordova-plugin-jitsi",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "\n This is plugin for Jitsi Meet calling service!\n ",
5
5
  "cordova": {
6
6
  "id": "@seamlink/cordova-plugin-jitsi",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id='@seamlink/cordova-plugin-jitsi' version='2.1.1'
2
+ <plugin id='@seamlink/cordova-plugin-jitsi' version='2.1.2'
3
3
  xmlns='http://apache.org/cordova/ns/plugins/1.0'
4
4
  xmlns:tools="http://schemas.android.com/tools"
5
5
  xmlns:android='http://schemas.android.com/apk/res/android'>
@@ -70,7 +70,6 @@
70
70
  <podspec>
71
71
  <config>
72
72
  <source url="https://cdn.cocoapods.org" />
73
- <source url="https://github.com/CocoaPods/Specs.git" />
74
73
  </config>
75
74
  <pods use-frameworks="true">
76
75
  <pod name="JitsiMeetSDK" spec="10.3.0" />