Skip to content

Commit

Permalink
prepare release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Jan 31, 2024
1 parent 88b09cd commit 8672d6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LightstreamerClient.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NB keep in sync with Package.swift
Pod::Spec.new do |s|
s.name = 'LightstreamerClient'
s.version = '6.1.0'
s.version = '6.1.1'
s.summary = 'Lightstreamer Swift Client SDK'
s.homepage = 'https://github.com/Lightstreamer/Lightstreamer-lib-client-swift'
s.license = { :type => 'Apache 2.0', :file => 'LICENSE.md' }
Expand Down
12 changes: 6 additions & 6 deletions Sources/LightstreamerClient/utils/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
import Foundation

#if os(macOS)
let LS_CID = "scFuxkwp1ltvcC4CJ4Ji kOj2DK6P873mi"
let LS_CID = "scFuxkwp1ltvcC4CJ5Ji kOj2DK6Q775gf"
#elseif os(tvOS)
let LS_CID = "zxRyen2m uz.l56AK1x-onG37BM7N879m"
let LS_CID = "zxRyen2m uz.l56AL1x-onG37BM8M893j"
#elseif os(watchOS)
let LS_CID = ".cWimz9dysogQz2HJ5L73dXoqoH6M993g7Cn"
let LS_CID = ".cWimz9dysogQz2HJ5L83dXoqoH6M9A2g96k"
#elseif os(visionOS)
let LS_CID = "-kVoty5wvjrkHty8Q3N66.E nwx1O785g76Ir"
let LS_CID = "-kVoty5wvjrkHty8Q3N67.E nwx1O786f78Co"
#else // iOS
let LS_CID = "oqVfhw.i6 38e74BHfDprfc85DN5N8Di"
let LS_CID = "oqVfhw.i6 38e74CHfDprfc85DO4NA7f"
#endif
let LS_LIB_NAME = "swift_client"
let LS_LIB_VERSION = "6.1.0"
let LS_LIB_VERSION = "6.1.1"

let TLCP_VERSION = "TLCP-2.5.0"
let FULL_TLCP_VERSION = TLCP_VERSION + ".lightstreamer.com"

0 comments on commit 8672d6a

Please sign in to comment.