Skip to content

Commit 1e06cb6

Browse files
Update version.
1 parent 1dc9c55 commit 1e06cb6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This 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

Iterable-iOS-AppExtensions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Iterable-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)