From aff991e2333ea56e312fa10d02cfa107c752acb9 Mon Sep 17 00:00:00 2001 From: Nikita Ermolenko Date: Fri, 9 Feb 2018 14:04:19 +0600 Subject: [PATCH] Change the podspec version -> 2.9.0 --- Framezilla.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framezilla.podspec b/Framezilla.podspec index 35bd0d7..7a66bd0 100644 --- a/Framezilla.podspec +++ b/Framezilla.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "Framezilla" - spec.version = "2.8.0" + spec.version = "2.9.0" spec.summary = "Comfortable syntax for working with frames." spec.homepage = "https://github.com/Otbivnoe/Framezilla"