From f8a3cedc6f0d76a3865284c3c0f8f9046cedc1df Mon Sep 17 00:00:00 2001 From: Nayanda Haberty Date: Mon, 6 Jun 2022 10:07:31 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3ee5ae..f66044e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ pod 'Pharos' - Add it using XCode menu **File > Swift Package > Add Package Dependency** - Add **** as Swift Package URL -- Set rules at **version**, with **Up to Next Major** option and put **2.3.0** as its version +- Set rules at **version**, with **Up to Next Major** option and put **2.3.1** as its version - Click next and wait ### Swift Package Manager from Package.swift @@ -48,7 +48,7 @@ Add as your target dependency in **Package.swift** ```swift dependencies: [ - .package(url: "https://github.com/hainayanda/Pharos.git", .upToNextMajor(from: "2.3.0")) + .package(url: "https://github.com/hainayanda/Pharos.git", .upToNextMajor(from: "2.3.1")) ] ```