File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## 6.1.0-beta3
6+ #### Changed
7+ - Increase number of in-app messages fetched from the server to 100.
8+
59## 6.1.0-beta2
610#### Added
711- Support for ` action://your-custom-action-name ` URL scheme for calling custom actions
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
1818 s . name = "Iterable-iOS-AppExtensions"
1919 s . module_name = "IterableAppExtensions"
20- s . version = "6.1.0-beta2 "
20+ s . version = "6.1.0-beta3 "
2121 s . summary = "App Extensions for Iterable SDK"
2222
2323 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
1818 s . name = "Iterable-iOS-SDK"
1919 s . module_name = "IterableSDK"
20- s . version = "6.1.0-beta2 "
20+ s . version = "6.1.0-beta3 "
2121 s . summary = "Iterable's official SDK for iOS"
2222
2323 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments