Skip to content

Commit 19d5c62

Browse files
committed
Version 7.0.0
1 parent 8ad6d5f commit 19d5c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.0-beta.4'
3+
s.version = '7.0.0'
44
s.platforms = { :ios => "8.0", :osx => "10.10", :watchos => "3.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: 0, patch: 0, prereleaseIdentifier: "beta.4") }
2+
public extension Version { static let current: Version = .init(major: 7, minor: 0, patch: 0, prereleaseIdentifier: nil) }

0 commit comments

Comments
 (0)