From a2114e963e58e6132f227a834f1f3f2c06d482c0 Mon Sep 17 00:00:00 2001 From: Egor Tolstoy Date: Tue, 2 Aug 2016 12:17:51 +0300 Subject: [PATCH] Increased version number to 1.3.0 --- ViperMcFlurry.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViperMcFlurry.podspec b/ViperMcFlurry.podspec index c23f343..4a2ef33 100644 --- a/ViperMcFlurry.podspec +++ b/ViperMcFlurry.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "ViperMcFlurry" - s.version = "1.2.0" + s.version = "1.3.0" s.summary = "Modern framework for implementing VIPER architecture in iOS application." s.homepage = "https://github.com/rambler-ios/ViperMcFlurry" s.license = 'MIT'