From 9a13c55e02dc746fbd2e77472ca545f74894cecb Mon Sep 17 00:00:00 2001 From: Daniele Margutti Date: Fri, 23 Sep 2022 11:54:39 +0200 Subject: [PATCH] Bump to 1.7.2 --- RealHTTP.podspec | 2 +- Sources/RealHTTP/RealHTTP.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RealHTTP.podspec b/RealHTTP.podspec index 9c3ac22..5ef6c50 100644 --- a/RealHTTP.podspec +++ b/RealHTTP.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RealHTTP" - s.version = "1.7.1" + s.version = "1.7.2" s.summary = "Lightweight yet powerful http-client & stubber for Swift with native async/await support" s.homepage = "https://github.com/immobiliare/RealHTTP.git" s.license = { :type => "MIT", :file => "LICENSE" } diff --git a/Sources/RealHTTP/RealHTTP.swift b/Sources/RealHTTP/RealHTTP.swift index 70b283e..698051c 100644 --- a/Sources/RealHTTP/RealHTTP.swift +++ b/Sources/RealHTTP/RealHTTP.swift @@ -18,7 +18,7 @@ import Foundation public enum RealHTTP { /// Current RealHTTP version. - static let sdkVersion = "1.7.1" + static let sdkVersion = "1.7.2" /// Identifier of the agent string. static let agentIdentifier = "realhttp"