From 03b3f069f43cab162eaba6e395fd293b6787e022 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Tue, 11 Dec 2018 12:50:42 +0100 Subject: [PATCH] Preparing for the 5.0.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 87e0420..d906e95 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.alpha.2" + spec.version = "5.0.0" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"