Skip to content

Commit

Permalink
Bump 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Dec 7, 2022
1 parent 2be0ed9 commit d904f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RealHTTP.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RealHTTP"
s.version = "1.8.0"
s.version = "1.8.1"
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" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/RealHTTP/RealHTTP.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Foundation
public enum RealHTTP {

/// Current RealHTTP version.
static let sdkVersion = "1.8.0"
static let sdkVersion = "1.8.1"

/// Identifier of the agent string.
static let agentIdentifier = "realhttp"
Expand Down

0 comments on commit d904f55

Please sign in to comment.