airborne-react-native 0.23.0 → 0.23.1

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.
@@ -146,7 +146,7 @@ dependencies {
146
146
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
147
147
 
148
148
  // Airborne SDK dependency
149
- api "in.juspay:airborne:2.2.7-xota.01"
149
+ api "in.juspay:airborne:2.2.7-xota.02"
150
150
  }
151
151
 
152
152
  react {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "airborne-react-native",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "Airborne",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",