Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
acarioni committed Feb 10, 2023
1 parent 7891da8 commit 4f9f260
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 = '5.0.1'
s.version = '5.0.2'
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
10 changes: 5 additions & 5 deletions Sources/LightstreamerClient/utils/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import Foundation

#if os(macOS)
let LS_CID = "scFuxkwp1ltvcB4BJ5Ji kOj2DK6O882ke"
let LS_CID = "scFuxkwp1ltvcB4BJ6Ji kOj2DK6P783fb"
#elseif os(tvOS)
let LS_CID = "zxRyen2m uz.k55AL1x-onG37BM6N967i"
let LS_CID = "zxRyen2m uz.k55AM1x-onG37BM7M972f"
#elseif os(watchOS)
let LS_CID = ".cWimz9dysogQz2GJ4L83dXoqoH6M983h6Aj"
let LS_CID = ".cWimz9dysogQz2GJ4L93dXoqoH6M992h75g"
#else
let LS_CID = "oqVfhw.i6 37e64CHfDprfc85DM5O7Be"
let LS_CID = "oqVfhw.i6 37e64DHfDprfc85DN4O86b"
#endif
let LS_LIB_NAME = "swift_client"
let LS_LIB_VERSION = "5.0.1"
let LS_LIB_VERSION = "5.0.2"

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

0 comments on commit 4f9f260

Please sign in to comment.