diff --git a/DeviceGuru.podspec b/DeviceGuru.podspec index 80503e0..01b3ef1 100644 --- a/DeviceGuru.podspec +++ b/DeviceGuru.podspec @@ -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' diff --git a/DeviceGuruTests/DeviceGuruTests.swift b/DeviceGuruTests/DeviceGuruTests.swift index 43e3f2d..fac60bb 100644 --- a/DeviceGuruTests/DeviceGuruTests.swift +++ b/DeviceGuruTests/DeviceGuruTests.swift @@ -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() diff --git a/Sources/DeviceGuruImplementation+Extension.swift b/Sources/DeviceGuruImplementation+Extension.swift index 37c4fcc..c82c6b9 100644 --- a/Sources/DeviceGuruImplementation+Extension.swift +++ b/Sources/DeviceGuruImplementation+Extension.swift @@ -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 {