From ca1c5b6098ab5e0967cc1a834838fc563189cf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20S=CC=81liwin=CC=81ski?= Date: Wed, 24 Jun 2020 15:40:01 +0200 Subject: [PATCH] Update podspec for the 3.1.0 release --- ParallaxView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ParallaxView.podspec b/ParallaxView.podspec index 9fc6bcc..c374c88 100644 --- a/ParallaxView.podspec +++ b/ParallaxView.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.summary = "Add parallax effect like in tvOS applications to any view." s.requires_arc = true s.license = "MIT" - s.version = "3.0.0" + s.version = "3.1.0" s.swift_version = '5.0' s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "[Łukasz Śliwiński]" => "[lsliwinski@pgs-soft.com]" }