From 5feb6d134a25680b19675ae158c1f32aaf7d3590 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Fri, 29 Sep 2017 08:25:05 +0200 Subject: [PATCH] Preparing for the 4.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 18f7496..85ac0ba 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 = "4.0.0.alpha.2" + spec.version = "4.0.0" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"