Skip to content

Commit

Permalink
[AUTOMATED] Public Release 1.24.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyflow-bharti committed Sep 20, 2024
1 parent 2aed5fe commit 1ec4bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Skyflow.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |spec|

spec.name = "Skyflow"

spec.version = "1.24.0-dev.d6c7067"
spec.version = "1.24.1-beta.1"

spec.summary = "skyflow-iOS"

Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |spec|

spec.ios.deployment_target = "9.0"

spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :commit => "d6c7067" }
spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :tag => "1.24.1-beta.1" }

spec.source_files = "Sources/Skyflow/**/*.{swift}"

Expand Down
2 changes: 1 addition & 1 deletion Sources/Skyflow/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ import Foundation

var LangAndVersion = "iOS SDK v\(SDK_VERSION)"

var SDK_VERSION = "1.24.0-dev.d6c7067"
var SDK_VERSION = "1.24.1-beta.1"

0 comments on commit 1ec4bda

Please sign in to comment.