Skip to content

Commit

Permalink
Merge pull request #229 from sidepelican/bump1.8.2
Browse files Browse the repository at this point in the history
Update version number to 1.8.2
  • Loading branch information
sidepelican committed Apr 12, 2023
2 parents dd5e7e7 + d884aa9 commit 68eedb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Option 1: SPM
```swift

dependencies: [
.package(url: "https://github.com/uber/mockolo.git", from: "1.8.1"),
.package(url: "https://github.com/uber/mockolo.git", from: "1.8.2"),
],
targets: [
.target(name: "MyTarget", dependencies: ["MockoloFramework"]),
Expand Down
2 changes: 1 addition & 1 deletion Sources/MockoloFramework/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ public struct Version {
public let value: String

/// The current Mockolo version.
public static let current = Version(value: "1.8.1")
public static let current = Version(value: "1.8.2")
}

0 comments on commit 68eedb2

Please sign in to comment.