From eefdf83fd2cd0edfbb51f4865d6b7e8a57d0dcba Mon Sep 17 00:00:00 2001 From: rolivieri Date: Thu, 23 Jun 2016 22:40:00 -0500 Subject: [PATCH] Migrating code to swift 06-06. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f99569..e6c4359 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,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: 2), + .Package(url: "https://github.com/IBM-Swift/Swift-cfenv.git", majorVersion: 1, minor: 3), ...