Skip to content

Commit

Permalink
Updating Clickstream.podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 committed Jun 20, 2024
1 parent 220b0bc commit 22cd319
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion Clickstream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "Clickstream"
s.version = "2.0.30"
s.version = "2.0.31"
s.summary = "Real time Analytics SDK"
s.description = "Clickstream is an event agnostic, real-time data ingestion analytics SDK"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ extension SocketHandler {
switch networkType {
case .wifi:
return 1
case .wwan4g:
case .wwan4g, .wwan5g:
return 1.3
case .wwan3g:
return 1.6
Expand Down

0 comments on commit 22cd319

Please sign in to comment.