Skip to content

Commit

Permalink
Bumping version 10.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
InderKumarRathore committed Apr 21, 2024
1 parent cd80aac commit d481df7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DeviceGuru.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'DeviceGuru'
spec.version = '10.0.6'
spec.version = '10.0.7'
spec.license = 'MIT'
spec.summary = 'DeviceGuru helps identifying the exact hardware type of the device. e.g. iPhone 6 or iPhone 6s.'
spec.homepage = 'https://github.com/InderKumarRathore/DeviceGuru'
Expand Down
2 changes: 1 addition & 1 deletion DeviceGuruTests/DeviceGuruTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ final class DeviceGuruTests: XCTestCase {
private var sut: DeviceGuruImplementation!
private var localStorageMock: LocalStorageMock!
private var hardwareDetailProviderMock: HardwareDetailProviderMock!
private let currentLibraryVersion = "10.0.6"
private let currentLibraryVersion = "10.0.7"

override func setUp() {
super.setUp()
Expand Down
2 changes: 1 addition & 1 deletion Sources/DeviceGuruImplementation+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
public extension DeviceGuruImplementation {

/// This should be same as cocoa pod version
static var libraryVersion: String { "10.0.6" }
static var libraryVersion: String { "10.0.7" }

var hardware: Hardware {

Expand Down

0 comments on commit d481df7

Please sign in to comment.