From cca4b05951a709f33dbbe7e02fe9193708c3e639 Mon Sep 17 00:00:00 2001 From: Jordan Baird Date: Sat, 18 Feb 2023 14:02:54 -0700 Subject: [PATCH] Release 0.0.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b364b..3838d0c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ColorWell is designed to mimic the appearance and behavior of the new color well Add the following dependency to your `Package.swift` file: ```swift -.package(url: "https://github.com/jordanbaird/ColorWell", from: "0.0.8") +.package(url: "https://github.com/jordanbaird/ColorWell", from: "0.0.9") ``` ## Usage