Skip to content

Commit

Permalink
Bump up iOS bindings to version 1.7.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilk-survicate committed Apr 11, 2022
1 parent 055dc73 commit e63d762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@survicate/react-native-survicate",
"title": "React Native Survicate Bindings",
"version": "1.1.7",
"version": "1.1.8",
"description": "React Native bindings for Survicate Mobile SDK",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion react-native-survicate.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Survicate", "1.6.7"
s.dependency "Survicate", "1.7.1"
# ...
# s.dependency "..."
end
Expand Down

0 comments on commit e63d762

Please sign in to comment.