From cabdd23b5614285c3ff428dfc2160871aac26c54 Mon Sep 17 00:00:00 2001 From: "stefano.antonelli" Date: Mon, 28 Oct 2013 16:28:43 +0100 Subject: [PATCH] Fixed the correct tag name in SASlideMenu.podspec --- CHANGELOG.md | 3 +++ SASlideMenu.podspec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5ea7..68c4fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,3 +23,6 @@ Version 2.0.1 Version 2.0.2 * Fixed the correct version to SASlideMenu.podspec + +Version 2.0.3 +* Fixed the correct tag name in SASlideMenu.podspec diff --git a/SASlideMenu.podspec b/SASlideMenu.podspec index 213b0b6..282ff55 100644 --- a/SASlideMenu.podspec +++ b/SASlideMenu.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'SASlideMenu' - s.version = '2.0.2' + s.version = '2.0.3' s.license = { :type => 'MIT', :file => 'README.md' } s.summary = 'A simple library to create sliding menus that can be used in storyboards and supports static cells.' s.homepage = 'https://github.com/stefanoa/SASlideMenu' s.author = 'Stefano Antonelli' - s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.2' } + s.source = { :git => 'https://github.com/stefanoa/SASlideMenu.git', :tag => 'v2.0.3' } s.description = 'A simple library to create sliding menus that can be used in storyboards and supports static cells. Sliding menus are used in a number of popular applications like Path 2.0, GMail, TechCrunch and many others.'