From f9cf4f83e3be21288e0452a92a8da95798699652 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Wed, 13 Jan 2016 14:19:03 +0100 Subject: [PATCH] Bump version to 1.0.0 --- 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 3d10a9b..d5b6515 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.8" + spec.version = "1.0.0" spec.license = "MIT" spec.summary = "Companion library for R.swift, featuring types used to type resources"