From 1928a78c83a84ecbf37f16af5825ee5afca5aece Mon Sep 17 00:00:00 2001 From: Sacha Durand Saint Omer Date: Sun, 8 Jan 2017 20:46:39 +0100 Subject: [PATCH] Bumps version number --- Source/Info.plist | 2 +- SteviaLayout.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Info.plist b/Source/Info.plist index dc2b99a3..49ca846d 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/SteviaLayout.podspec b/SteviaLayout.podspec index 66f5b5a9..c65b2bb0 100644 --- a/SteviaLayout.podspec +++ b/SteviaLayout.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SteviaLayout' - s.version = "3.0.1" + s.version = "3.0.2" s.summary = "Elegant view layout for iOS" s.homepage = "https://github.com/s4cha/Stevia" s.license = { :type => "MIT", :file => "LICENSE" }