diff --git a/Skyflow.podspec b/Skyflow.podspec index e024e8f..88887bb 100644 --- a/Skyflow.podspec +++ b/Skyflow.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| spec.name = "Skyflow" - spec.version = "1.25.0-dev.36bc28c" + spec.version = "1.25.1" spec.summary = "skyflow-iOS" @@ -20,7 +20,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = "13.0" - spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :commit => "36bc28c" } + spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :tag => "1.25.1" } spec.source_files = "Sources/Skyflow/**/*.{swift}" diff --git a/Sources/Skyflow/Version.swift b/Sources/Skyflow/Version.swift index acafbdc..a89bf08 100644 --- a/Sources/Skyflow/Version.swift +++ b/Sources/Skyflow/Version.swift @@ -13,4 +13,4 @@ import Foundation var LangAndVersion = "iOS SDK v\(SDK_VERSION)" -var SDK_VERSION = "1.25.0-dev.36bc28c" +var SDK_VERSION = "1.25.1"