From 4044b39964ec489b808d3a44e31d638ec2f01774 Mon Sep 17 00:00:00 2001 From: Eddy Gammon <2197623+MultiColourPixel@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:06:30 +0000 Subject: [PATCH] Update README.md * Update to use the latest major version of the library in the installation parts of the README. I had accidentally installed `2.6.0` when `3.0.0` was released 15 months ago. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adedd71..a938ae7 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ $ brew install carthage To integrate Mocker into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "WeTransfer/Mocker" ~> 2.3.0 +github "WeTransfer/Mocker" ~> 3.0.0 ``` Run `carthage update` to build the framework and drag the built `Mocker.framework` into your Xcode project. @@ -337,7 +337,7 @@ let package = Package( .macOS(.v10_15) ], dependencies: [ - .package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "2.3.0")) + .package(url: "https://github.com/WeTransfer/Mocker.git", .upToNextMajor(from: "3.0.0")) ], targets: [ .target(