From 313fb82828e5d13f99d3c7ea7dcccfbea12e9318 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Sat, 9 Jan 2016 18:28:30 +0100 Subject: [PATCH] Bump version to beta 5 --- 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 537b47d..cf53aa6 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 = "1.0.0.beta.4" + spec.version = "1.0.0.beta.5" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"