Skip to content

Commit

Permalink
Release 0.5.10 (#59)
Browse files Browse the repository at this point in the history
* Update `timeoutIntervalForRequest`
* Release 0.5.10
  • Loading branch information
timbaev authored Jun 7, 2024
1 parent 95c11b7 commit 911888b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX?=/usr/local

PRODUCT_NAME=analyticsgen
PRODUCT_VERSION=0.5.9
PRODUCT_VERSION=0.5.10
TEMPLATES_NAME=Templates
README_NAME=README.md
LICENSE_NAME=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Sources/AnalyticsGen/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ private extension String {

// MARK: - Type Properties

static let version = "0.5.9"
static let version = "0.5.10"
static let description = "Generate analytics code for you Swift iOS project"
}
2 changes: 1 addition & 1 deletion Sources/AnalyticsGenTools/HTTPService/HTTPService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ extension URLSessionConfiguration {
let rawHeaders = Dictionary(uniqueKeysWithValues: headers.map { ($0.name, $0.value) })

configuration.httpAdditionalHeaders = rawHeaders
configuration.timeoutIntervalForRequest = 45
configuration.timeoutIntervalForRequest = 90

return configuration
}
Expand Down

0 comments on commit 911888b

Please sign in to comment.