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")) ] ```