Skip to content

Commit

Permalink
Version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Jul 28, 2020
1 parent bc05483 commit b044e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0.0'
s.version = '7.0.1'
s.platforms = { :ios => "8.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: 0, patch: 0, prereleaseIdentifier: nil) }
public extension Version { static let current: Version = .init(major: 7, minor: 0, patch: 1, prereleaseIdentifier: nil) }

0 comments on commit b044e6b

Please sign in to comment.