From 1a6ed1b0272fc01d98aa26364ff3ef4b806cbe3a Mon Sep 17 00:00:00 2001 From: rolivieri Date: Thu, 1 Sep 2016 09:44:36 -0500 Subject: [PATCH] Updates to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d8c848..b9a365b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To leverage the Swift-cfenv package in your Swift application, you should specif ... dependencies: [ - .Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 1, minor: 5), + .Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 1, minor: 6), ...