From 674914fbfddea43429d1e17b326be25c4bbabd7c Mon Sep 17 00:00:00 2001 From: Chris Saez Date: Wed, 13 Mar 2024 11:57:38 +0100 Subject: [PATCH] Fix version name in documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7038292..6c260334 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ Parchment will be compatible with the lastest public release of Swift. Parchment is available through [CocoaPods](https://cocoapods.org). To install it, add the following to your `Podfile`: ``` -pod 'Parchment', '~> 3.2' +pod 'Parchment', '~> 3.3' ``` ### Swift Package Manager @@ -521,7 +521,7 @@ pod 'Parchment', '~> 3.2' Parchment is available through [Swift Package Manager](https://swift.org/package-manager/). Add Parchment as a dependency to your `Package.swift`: ```Swift -.package(url: "https://github.com/rechsteiner/Parchment", from: "3.2.0") +.package(url: "https://github.com/rechsteiner/Parchment", from: "3.3.0") ``` ### Carthage @@ -529,7 +529,7 @@ Parchment is available through [Swift Package Manager](https://swift.org/package Parchment also supports [Carthage](https://github.com/Carthage/Carthage). To install it, add the following to your `Cartfile`: ``` -github "rechsteiner/Parchment" ~> 3.2 +github "rechsteiner/Parchment" ~> 3.3 ``` See [this guide](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for more details on using Carthage.