From 96526987f36be1e1f299cb321cd6c487f3d32f52 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Sat, 14 Feb 2015 18:36:55 +0100 Subject: [PATCH] Update readme with link to version for Swift 1.1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6e1036a..18d199f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +_Updated to [Swift 1.2](https://developer.apple.com/swift/blog/?id=22) (Xcode 6.3). [Use this](https://github.com/kareman/SwiftShell/releases/tag/v0.1) for earlier versions of Swift (Xcode 6.1.1 and 6.2)._ + # SwiftShell An OS X Framework for command line scripting in Swift. It supports joining together shell commands and Swift functions, like the pipe in shell commands and the pipe forward operator in F#. Like Swift itself it supports both object-oriented and functional programming.