From b9524dfa831134952c1612d68c36f550a6660929 Mon Sep 17 00:00:00 2001 From: Will Lumley Date: Mon, 14 Oct 2024 10:45:56 +1100 Subject: [PATCH] Updated version number in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637893a..22ef7e2 100755 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ To install it, simply add the dependency to your Package.Swift file: ```swift ... dependencies: [ - .package(url: "https://github.com/will-lumley/FaviconFinder.git", from: "5.1.1"), + .package(url: "https://github.com/will-lumley/FaviconFinder.git", from: "5.1.2"), ], targets: [ .target( name: "YourTarget", dependencies: ["FaviconFinder"]),