Skip to content

Commit f6cdd6d

Browse files
runnerrunner
authored andcommitted
chore: update version to 7.26.1 [skip ci]
1 parent 47d296a commit f6cdd6d

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
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## [7.26.1](https://github.com/algolia/instantsearch-ios/compare/7.26.0...7.26.1) (2023-08-28)
4+
5+
6+
37
## [7.26.0](https://github.com/algolia/instantsearch-ios/compare/7.25.2...7.26.0) (2023-08-16)
48

59
### Feat

InstantSearch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'InstantSearch'
3-
s.version = '7.26.0'
3+
s.version = '7.26.1'
44
s.platforms = { :ios => "9.0", :osx => "10.11", :watchos => "2.0", :tvos => "9.0" }
55

66
s.license = { type: 'Apache 2.0', file: 'LICENSE.md' }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This is generated file. Don't modify it manually.
2-
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 0, prereleaseIdentifier: nil) }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 26, patch: 1, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)