Skip to content

Commit 1ec4bda

Browse files
[AUTOMATED] Public Release 1.24.1-beta.1
1 parent 2aed5fe commit 1ec4bda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Skyflow.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Sources/Skyflow/Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import Foundation
1313

1414
var 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"

0 commit comments

Comments
 (0)