From 4a09ece7d0a30edcd95462ce7d252dd4d3a49843 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Tue, 22 Oct 2019 09:51:00 +0200 Subject: [PATCH] Preparing for the 5.1.0 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 98fcd8e..e899e61 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.1.0.alpha.1" + spec.version = "5.1.0" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"