diff --git a/Onboardings.podspec b/Onboardings.podspec index c1fa9ab..ee44d75 100644 --- a/Onboardings.podspec +++ b/Onboardings.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Onboardings' - s.version = '1.0.0-beta.2' + s.version = '1.0.0-beta.3' s.summary = 'Onboardings SDK for iOS.' s.description = <<-DESC diff --git a/Sources/Versions.swift b/Sources/Versions.swift index dea1ca6..23ad347 100644 --- a/Sources/Versions.swift +++ b/Sources/Versions.swift @@ -9,5 +9,5 @@ import Foundation extension Onboardings { - public static let SDKVersion = "1.0.0-beta.2" + public static let SDKVersion = "1.0.0-beta.3" }