From b9fd06798993153bc57cde10ee6c75ddc55c2dbd Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Sun, 4 Mar 2018 17:23:11 +0100 Subject: [PATCH] Release version 4.0.2, set Swift version to 4.0.3. --- .swift-version | 2 +- SwiftShell.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 5186d07..c4e41f9 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.0 +4.0.3 diff --git a/SwiftShell.podspec b/SwiftShell.podspec index 7f5ad31..690dd24 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftShell' - s.version = '4.0.1' + s.version = '4.0.2' s.summary = 'A Swift framework for shell scripting.' s.description = 'SwiftShell is a library for creating command-line applications and running shell commands in Swift.' s.homepage = 'https://github.com/kareman/SwiftShell'