From 2a5a1e5edb39fb17856378961870e86cc4d2f304 Mon Sep 17 00:00:00 2001 From: Jimmy M Andersson Date: Fri, 10 Jul 2020 23:38:37 +0200 Subject: [PATCH] Update README and Podspec --- README.md | 2 +- StatKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90f8cc5..723c6ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-StatKit +StatKit

diff --git a/StatKit.podspec b/StatKit.podspec index a22c2ff..afdb4c2 100644 --- a/StatKit.podspec +++ b/StatKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "StatKit" - spec.version = "0.1.0" + spec.version = "0.1.1" spec.summary = "StatKit adds statistical analysis tools to your Swift projects." spec.homepage = "https://github.com/JimmyMAndersson/StatKit" spec.license = { :type => "MIT", :file => "LICENSE" }