Skip to content

Commit

Permalink
chore: update version to 7.14.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilealgolia committed Oct 1, 2021
1 parent a321c41 commit 28f09dc
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
@@ -1,5 +1,13 @@
# ChangeLog

## [7.14.0](https://github.com/algolia/instantsearch-ios/compare/7.13.5...7.14.0) (2021-10-01)

### Refactor

- Separate the InstantSearchSwiftUI product (#193) ([a321c41](https://github.com/algolia/instantsearch-ios/commit/a321c41))



## [7.13.5](https://github.com/algolia/instantsearch-ios/compare/7.13.4...7.13.5) (2021-09-23)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion InstantSearch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'InstantSearch'
s.version = '7.13.5'
s.version = '7.14.0'
s.platforms = { :ios => "9.0", :osx => "10.10", :watchos => "3.0", :tvos => "9.0" }

s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
Expand Down
2 changes: 1 addition & 1 deletion Sources/InstantSearchCore/Helper/Version+Current.swift
Original file line number Diff line number Diff line change
@@ -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: 5, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 14, patch: 0, prereleaseIdentifier: nil) }

0 comments on commit 28f09dc

Please sign in to comment.