From 3f335df4d43e6794dfa1d9ee91294b02f1d94d01 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Wed, 18 Apr 2018 22:29:07 +0200 Subject: [PATCH] CocoaPods: version number must include patch number. --- SwiftShell.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftShell.podspec b/SwiftShell.podspec index 1ec069d..efb92f4 100644 --- a/SwiftShell.podspec +++ b/SwiftShell.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SwiftShell' - s.version = '4.1' + s.version = '4.1.0' 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'