Skip to content

Commit

Permalink
Version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lankybutmacho committed Oct 3, 2022
1 parent c50d27f commit ce564ef
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
`iterate-ios` adheres to [Semantic Versioning](https://semver.org/).

## [1.0.10](https://github.com/iteratehq/iterate-ios/releases/tag/v1.0.10)

Released 2022-10-03.

**Fixed**

- Fixed a Main Thread Checker warning when opening the survey view

## [1.0.9](https://github.com/iteratehq/iterate-ios/releases/tag/v1.0.9)

Released on 2022-09-15.
Expand Down
2 changes: 1 addition & 1 deletion Iterate.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "Iterate"
spec.version = "1.0.9"
spec.version = "1.0.10"
spec.summary = "In-app user research made easy."
spec.description = <<-DESC
Iterate surveys put you directly in touch with your app users to
Expand Down
2 changes: 1 addition & 1 deletion IterateSDK/SDK/Iterate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class Iterate {
public static let PreviewParameter = "iterate_preview"

// Current version number, will be updated on each release
static let Version = "1.0.9"
static let Version = "1.0.10"

/// Default API host
public static let DefaultAPIHost = "https://iteratehq.com"
Expand Down

0 comments on commit ce564ef

Please sign in to comment.