From 5f650f1ed97826be1958de8541a2129d16003355 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 3 Oct 2019 12:36:15 +0700 Subject: [PATCH] 0.1.1 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1aacaf7..6575571 100644 --- a/readme.md +++ b/readme.md @@ -15,7 +15,7 @@ Makes percentages more readable and type-safe, for example, for APIs that curren SwiftPM: ```swift -.package(url: "https://github.com/sindresorhus/Percent", from: "0.1.0") +.package(url: "https://github.com/sindresorhus/Percent", from: "0.1.1") ``` Or just copy-paste it.