Skip to content

Commit

Permalink
Fixing access level
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Jun 14, 2020
1 parent e15f160 commit 04aeaaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HPNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HPNetwork"
s.version = "0.4.0"
s.version = "0.4.1"
s.summary = "A lightweight but customisable networking stack written in Swift"
s.swift_version = "5.0"

Expand Down
2 changes: 1 addition & 1 deletion Sources/HPNetwork/DecodableRequest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open class DecodableRequest<T: Decodable>: NetworkRequest {
public typealias Input = Data
public typealias Output = T

public let url: URL?
public var url: URL?
public let finishingQueue: DispatchQueue
public let requestMethod: NetworkRequestMethod
public let authentication: NetworkRequestAuthentication?
Expand Down

0 comments on commit 04aeaaf

Please sign in to comment.