Skip to content

Commit

Permalink
Merge pull request #119 from UserLeap/release/ios/v4.21.3
Browse files Browse the repository at this point in the history
SDK release 4.21.3
  • Loading branch information
kghsprig committed Mar 15, 2024
2 parents d76ba0d + 89df6a6 commit b1bf600
Show file tree
Hide file tree
Showing 16 changed files with 1,208 additions and 825 deletions.
4 changes: 4 additions & 0 deletions CHANGE_LOG.md
Expand Up @@ -4,6 +4,10 @@
<!-- fix: A bug fix -->
<!-- chore: Changes to the build process or auxiliary tools and libraries -->

### 4.21.3

- fix: Revert top level UIViewController check.

### 4.21.2

- fix: Small bug fixes.
Expand Down
3 changes: 2 additions & 1 deletion UserLeapKit.json
Expand Up @@ -56,5 +56,6 @@
"4.20.2": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.20.2.zip",
"4.21.0": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.0.zip",
"4.21.1": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.1.zip",
"4.21.2": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.2.zip"
"4.21.2": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.2.zip",
"4.21.3": "https://github.com/UserLeap/userleap-ios-sdk-releases/archive/4.21.3.zip"
}
2 changes: 1 addition & 1 deletion UserLeapKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UserLeapKit"
s.version = "4.21.2"
s.version = "4.21.3"
s.summary = "UserLeap surveys in iOS"
s.description = <<-DESC
Access the power of Sprig inside of your iOS applications. Track visitor progress and deliver surveys natively across
Expand Down
Binary file not shown.

0 comments on commit b1bf600

Please sign in to comment.