From a0d030aec5748a75781b60315a894ed0c7d0eff8 Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Fri, 16 Oct 2020 15:45:03 +0000 Subject: [PATCH] chore: Version 7.3.0 --- InstantSearch.podspec | 2 +- Sources/InstantSearchCore/Helper/Version+Current.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/InstantSearch.podspec b/InstantSearch.podspec index f359817b..238bf99a 100644 --- a/InstantSearch.podspec +++ b/InstantSearch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstantSearch' - s.version = '7.2.0' + s.version = '7.3.0' 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 ba5b6345..705b038b 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: 2, patch: 0, prereleaseIdentifier: nil) } +public extension Version { static let current: Version = .init(major: 7, minor: 3, patch: 0, prereleaseIdentifier: nil) }