@castleio/react-native-castle 2.2.1 → 2.2.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.
@@ -137,5 +137,5 @@ dependencies {
137
137
  // noinspection GradleDynamicVersion
138
138
  api 'com.facebook.react:react-native:+'
139
139
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
140
- api 'io.castle.android:castle:3.1.0'
140
+ api 'io.castle.android:castle:3.1.1'
141
141
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castleio/react-native-castle",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Castle SDK for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "Castle", "3.1.1"
19
+ s.dependency "Castle", "3.1.2"
20
20
  end