From 5a0e84dcbc34060d0ef523b791faa96b3a37985b Mon Sep 17 00:00:00 2001 From: Anthony Drendel Date: Sun, 3 May 2026 22:04:48 +0200 Subject: [PATCH] Update CombineExtensions version to 6.2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a38196..90e11f7 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A collection of useful extensions for Apple's [Combine framework](https://develo Add CombineExtensions to the dependencies section of your package.swift file. ```swift -.package(url: "https://github.com/shareup/combine-extensions.git", from: "6.1.0") +.package(url: "https://github.com/shareup/combine-extensions.git", from: "6.2.0") ``` ## License