Skip to content

Commit

Permalink
4.3.0 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
SurvicatePawelGodlewski committed Mar 26, 2024
1 parent ccf6412 commit bc5c46d
Show file tree
Hide file tree
Showing 4 changed files with 669 additions and 916 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -120,7 +120,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation ('com.survicate:survicate-sdk:4.2.0')
implementation ('com.survicate:survicate-sdk:4.3.0')
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@survicate/react-native-survicate",
"title": "React Native Survicate Bindings",
"version": "4.2.0",
"version": "4.3.0",
"description": "React Native bindings for Survicate Mobile SDK",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down
2 changes: 1 addition & 1 deletion react-native-survicate.podspec
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Survicate", "4.2.0"
s.dependency "Survicate", "4.3.0"
# ...
# s.dependency "..."

Expand Down

0 comments on commit bc5c46d

Please sign in to comment.