From 97d6b5f6a64cdbffdeeb96866392b8343194bbdb Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Fri, 13 Apr 2018 22:56:48 +0200 Subject: [PATCH] CocoaPods: set version to 4.1. --- SwiftShell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftShell.podspec b/SwiftShell.podspec index 690dd24..1ec069d 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftShell' - s.version = '4.0.2' + s.version = '4.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'