From 02c8ae6a5d829d28aaa9683129fc71f899beca3a Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Tue, 31 Jul 2018 17:57:04 +0200 Subject: [PATCH] Set version to 4.1.1 --- SwiftShell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftShell.podspec b/SwiftShell.podspec index efb92f4..08388bb 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftShell' - s.version = '4.1.0' + s.version = '4.1.1' 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'