From 13ece61b6628a38cbad3a19c08d002aa1fe6e4af Mon Sep 17 00:00:00 2001 From: Algolia Mobile CI Date: Mon, 30 Aug 2021 13:21:01 +0000 Subject: [PATCH] chore: update version to 7.13.2 [skip ci] --- CHANGELOG.md | 8 ++++++++ InstantSearch.podspec | 2 +- Sources/InstantSearchCore/Helper/Version+Current.swift | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6083a41b..2c2adbf0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # ChangeLog +## [7.13.2](https://github.com/algolia/instantsearch-ios/compare/7.13.1...7.13.2) (2021-08-30) + +### Fix + +- Compiler & archive issues (#189) ([4fcbbf8](https://github.com/algolia/instantsearch-ios/commit/4fcbbf8)) + + + ## [7.13.1](https://github.com/algolia/instantsearch-ios/compare/7.13.0...7.13.1) (2021-08-05) ### Fix diff --git a/InstantSearch.podspec b/InstantSearch.podspec index 24561f00..c103f185 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.13.1' + s.version = '7.13.2' s.platforms = { :ios => "9.0", :osx => "10.10", :watchos => "3.0", :tvos => "9.0" } s.license = { type: 'Apache 2.0', file: 'LICENSE.md' } diff --git a/Sources/InstantSearchCore/Helper/Version+Current.swift b/Sources/InstantSearchCore/Helper/Version+Current.swift index 3ec1e68e..35615bbf 100644 --- a/Sources/InstantSearchCore/Helper/Version+Current.swift +++ b/Sources/InstantSearchCore/Helper/Version+Current.swift @@ -1,2 +1,2 @@ // This is generated file. Don't modify it manually. -public extension Version { static let current: Version = .init(major: 7, minor: 13, patch: 1, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 13, patch: 2, prereleaseIdentifier: nil) }