From ae88152aab915b35acd333c23836e22ea44246f4 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Sun, 31 Mar 2019 15:34:18 +0200 Subject: [PATCH] Preparing for the 5.0.1 release --- R.swift.Library.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.swift.Library.podspec b/R.swift.Library.podspec index d906e95..1e5a9ab 100644 --- a/R.swift.Library.podspec +++ b/R.swift.Library.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "R.swift.Library" - spec.version = "5.0.0" + spec.version = "5.0.1" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"