Skip to content

Commit

Permalink
Merge pull request #215 from fummicc1/update-version
Browse files Browse the repository at this point in the history
Prepare for update to version 1.8.1
  • Loading branch information
fummicc1 authored Feb 28, 2023
2 parents 3be40ef + 50b360e commit eb89f04
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.1.2"),
.package(url: "https://github.com/uber/mockolo.git", from: "1.8.1"),
],
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.7.0")
public static let current = Version(value: "1.8.1")
}

0 comments on commit eb89f04

Please sign in to comment.