From 27c4cea7c5fa2ee1889ff2ee3b7fe019850b6486 Mon Sep 17 00:00:00 2001 From: Jackson Utsch Date: Wed, 9 Aug 2023 11:29:25 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8431ed07..1aa9bce7 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ If you want to use Custom Dump in a [SwiftPM](https://swift.org/package-manager/ ``` swift dependencies: [ - .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "0.3.0") + .package(url: "https://github.com/pointfreeco/swift-custom-dump", from: "1.0.0") ] ```