From dbfa02dc16734639d1e70c99499f06c12b942acc Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Wed, 16 Mar 2016 22:05:26 +0100 Subject: [PATCH] Bump version in podspec --- 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 42306ef..ae933b4 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.1.0" + spec.version = "1.2.0" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"