From 80f0f6b09b58e9ae486943b49e02d798704b19f0 Mon Sep 17 00:00:00 2001 From: s1ddok Date: Wed, 29 Nov 2017 22:53:41 +0300 Subject: [PATCH] bump CocoaPods version --- SwiftMath.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftMath.podspec b/SwiftMath.podspec index aa7a3b4..3c27a84 100644 --- a/SwiftMath.podspec +++ b/SwiftMath.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftMath" - s.version = "3.1.0" + s.version = "3.1.1" s.summary = "Floating point math library written using idiomatic Swift" s.description = <<-DESC