File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22
33 spec . name = "Skyflow"
44
5- spec . version = "1.24.0-dev.d6c7067 "
5+ spec . version = "1.24.1-beta.1 "
66
77 spec . summary = "skyflow-iOS"
88
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
2020
2121 spec . ios . deployment_target = "9.0"
2222
23- spec . source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git" , :commit => "d6c7067 " }
23+ spec . source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git" , :tag => "1.24.1-beta.1 " }
2424
2525 spec . source_files = "Sources/Skyflow/**/*.{swift}"
2626
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ import Foundation
1313
1414var LangAndVersion = " iOS SDK v \( SDK_VERSION) "
1515
16- var SDK_VERSION = " 1.24.0-dev.d6c7067 "
16+ var SDK_VERSION = " 1.24.1-beta.1 "
You can’t perform that action at this time.
0 commit comments